Description | ||||||||||||||
Assigns the number of decimal places shown for the tolerance values.
Note: This will make the dimension tolerance decimals no longer be driven by the number of dimension decimals. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProDimension.h> | ||||||||||||||
ProError | ProDimensionTolerancedecimalsSet | ( | ||||||||||||
ProDimension* dimension | ||||||||||||||
/* (In) | ||||||||||||||
The dimension. | ||||||||||||||
*/ | ||||||||||||||
int tolerance_decimals | ||||||||||||||
/* (In) | ||||||||||||||
The number of decimal places; has to be non-negative.. Note: This argument must be such that the total number of symbols (in the mmm.ddd format) will not exceed 13 for the both (dimension-tolerance) and (dimension+tolerance) values.. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProDimensionDecimalsSet | ||||||||||||||
ProDimensionIsFractional | ||||||||||||||
ProDimensionDenominatorSet | ||||||||||||||
ProDimensionTolerancedenominatorSet |