Category 3D drawings and annotations, Object ProDimension

Function ProDimensionDenominatorSet


Description
Sets the denominator of the specified dimension of the object.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionDenominatorSet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
int denominator
/* (In)
The dimension denominator.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the denominator.
PRO_TK_BAD_INPUTSThe input argument is invalid.

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 )