API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionToleranceGet
Function ProDimensionToleranceGet
Description
Retrieves parameters of a specified dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionToleranceGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
double* upper_limit
/* (Out)
the dimension upper limit.
*/
double* lower_limit
/* (Out)
the dimension lower limit.
*/
)
Returns
The function successfully retrieved parameters.
The data structure was not set.
Sample Code References
User Guide References
Was this helpful?