Function ProDimensionTollabelSet
Description
Sets the ISO/DIN tolerance label on the specified dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionTollabelSet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
/* (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
The operation was successful.
There was no corresponding tolerance table.
The dimension has no tolerance (a driven dim) or the model is not in the ISO/DIN standard.
The dimension was invalid or an input was NULL.
The model is locked and cannot be modified.
The table was valid but could not be accessed because it had not yet been loaded.
User Guide References
Isto foi útil?