Description | ||||||||||||||
For a non-rounded dimension, sets the number of significant digits. For a rounded dimension, sets the number of displayed digits. Note: A rounded dimension should be un-rounded to allow the number of significant digits to be set. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDimension.h> | ||||||||||||||
ProError | ProDimensionDecimalsSet | ( | ||||||||||||
ProDimension* dimension | ||||||||||||||
/* (In) | ||||||||||||||
The dimension handle. | ||||||||||||||
*/ | ||||||||||||||
int decimals | ||||||||||||||
/* (In) | ||||||||||||||
The number of significant digits; 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 | ||||||||||||||
|