Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDimensionReset


Description
Resets the dimensions of the object to the values they had at the time the last regeneration was done.
Replacement in Object TOOLKIT: pfcBaseParameter::ResetFromBackup
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDimensionReset(
ProDimension* dimension
/* (In)
The dimension handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully reset the dimensions.
PRO_TK_GENERAL_ERRORThe function did not reset the dimensions.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying Dimensions
  2. Annotations: Annotation Features and Annotations: Modifying Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )