Description | ||||||||||||||||||||
Sets the ISO/DIN tolerance label on the specified dimension. | ||||||||||||||||||||
Replacement in Object TOOLKIT: | pfcDimension::Tolerance | |||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProDimension.h> | ||||||||||||||||||||
ProError | ProDimensionTollabelSet | ( | ||||||||||||||||||
ProDimension* dimension | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The dimension handle. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProToleranceTable type | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The tolerance type to be assigned to the dimension. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProName table | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The table name to be assigned to the dimension. Used only if type is PROTOLTABLE_HOLES or PROTOLTABLE_SHAFTS. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
int column | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The table column to be assigned to the dimension. Used only if type is PROTOLTABLE_HOLES or PROTOLTABLE_SHAFTS. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|