Category 3D drawings and annotations, Object ProDimension

Function ProDimensionToltypeGet


Description
Retrieves the tolerance of the specified dimension of the object.
Replacement in Object TOOLKIT: pfcDimension::Tolerance
Synopsis
#include <ProDimension.h>
ProErrorProDimensionToltypeGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProDimToleranceType* type
/* (Out)
The dimension tolerance type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the tolerance.
PRO_TK_BAD_CONTEXTThe input dimension is reference.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Dimension Tolerances
  3. Annotations: Annotation Features and Annotations: Dimension Tolerances

Sample Code References:

  1. pt_examples ( TestDimension.c )