Category 3D drawings and annotations, Object ProDimension

Function ProDimensionToleranceGet


Description
Retrieves parameters of a specified dimension.
Replacement in Object TOOLKIT: pfcDimension::Tolerance
Synopsis
#include <ProDimension.h>
ProErrorProDimensionToleranceGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
double* upper_limit
/* (Out)
the dimension upper limit.
*/
double* lower_limit
/* (Out)
the dimension lower limit.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved parameters.
PRO_TK_GENERAL_ERRORThe data structure was not set.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  3. Annotations: Annotation Features and Annotations: Dimension Tolerances
  4. Annotations: Annotation Features and Annotations: Dimension Tolerances

Sample Code References:

  1. pt_examples ( TestDimension.c )
  2. pt_examples ( TestDimension.c )