API 설명서 > Dimensions > Object ProDimension > Function ProDimensionTolerancedecimalsSet
Function ProDimensionTolerancedecimalsSet
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
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
The function succeeded.
Input "dimension" argument was invalid.
The dimension is fractional, so this value cannot be set.
The input "decimals" argument is out-of-range .
See Also
User Guide References
도움이 되셨나요?