Description | ||||||||||||||
Retrieves the ISO/DIN tolerance label on the specified dim. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcDimension::Tolerance | |||||||||||||
Synopsis | ||||||||||||||
#include <ProDimension.h> | ||||||||||||||
ProError | ProDimensionTollabelGet | ( | ||||||||||||
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 | ||||||||||||||
|