API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionTolerancedenominatorGet
Function ProDimensionTolerancedenominatorGet
Description
Obtains the value for the denominator for the tolerance values.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionTolerancedenominatorGet
(
ProDimension* dimension
/* (In)
The dimension.
*/
int* tolerance_denominator
/* (Out)
The tolerance denominator value.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The denominator is driven by the denominator for the dimension.
The dimension is not fractional.
See Also
User Guide References
Was this helpful?