Documentação da API > Miscellaneous > Object ProTolerance > Function ProToleranceDefaultGet
Function ProToleranceDefaultGet
Description
Retrieves the current Creo Parametric default tolerance value for the specified number of decimal places.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProToleranceDefaultGet
(
/* (In)
The tolerance type.
*/
int n_decimals
/* (In)
The number of decimal places used to identify the tolerance.
*/
double* tolerance
/* (Out)
The default tolerance.
*/
)
Returns
The function successfully retrieved the information.
Other
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?