Category 3D drawings and annotations, Object ProDimension

Function ProDimensionCanRegen


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProDimensionCanRegenerate
Description
Checks whether a driven dimension can be regenerated. Note: This function is superseded by ProDimensionCanRegenerate, and is equivalent to ProDimensionCanRegenerate(dimension, NULL, can_regen).
Synopsis
#include <ProDimension.h>
ProErrorProDimensionCanRegen(
ProDimension* dimension
/* (In)
The dimension handle.
*/
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. Technical Summary of Changes for Creo 4.0 F000: Dimensions
  2. Annotations: Annotation Features and Annotations: Accessing Reference and Driven Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )