| Description |
| Retrieves the current Creo Parametric default tolerance value for the specified number of decimal places. |
| Replacement in Object TOOLKIT: | wfcWSession::GetDefaultTolerance |
| Synopsis |
| #include <ProDimension.h> |
| ProError | ProToleranceDefaultGet | ( |
| ProToleranceType type | |
| /*
(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 |
|
| PRO_TK_NO_ERROR | | The function successfully retrieved the information. |
| Other | | The input argument is invalid. |
|