Category 3D drawings and annotations, Object ProDimension

Function ProDimensionCanRegenerate


Description
Checks whether a driven dimension can be regenerated.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionCanRegenerate(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProDrawing drawing
/* (In)
Can the dimension be regenerated in the context of this drawing? If NULL, check is made in the context of the dimension's model.
*/
ProBoolean* can_regen
/* (Out)
PRO_B_TRUE or PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Reference and Driven Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )