Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTollabelGet


Description
Retrieves the ISO/DIN tolerance label on the specified dim.
Replacement in Object TOOLKIT: pfcDimension::Tolerance
Synopsis
#include <ProDimension.h>
ProErrorProDimensionTollabelGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProToleranceTable* type
/* (Out)
The tolerance type assigned to the dimension (general, broken edge, hole, or shaft)
*/
ProName table
/* (Out)
The table name assigned to the dimension, e.g. "X", if the type is hole or shaft.
*/
int* column
/* (Out)
The table column assigned to the dimension, if the type is hole or shaft.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_E_NOT_FOUNDThere was no tolerance label.
PRO_TK_BAD_INPUTSThe dimension handle was invalid.
PRO_TK_BAD_CONTEXTThe model is not in the ISO/DIN standard.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: ISO/DIN Tolerance Table Use
  3. Annotations: Annotation Features and Annotations: ISO/DIN Tolerance Table Use