| Description |
| Retreives the tolerance value for the specified solid, for the specified number of decimal places. |
| Replacement in Object TOOLKIT: | wfcWSolid::GetTolerance |
| Synopsis |
| #include <ProSolid.h> |
| ProError | ProSolidToleranceGet | ( |
| ProSolid solid | |
| /*
(In) |
| The solid handle. |
| */ |
| ProToleranceType type | |
| /*
(In) |
| The tolerance type. |
| */ |
| int n_decimals | |
| /*
(In) |
| The number of decimal places used to identify the tolerance. |
| */ |
| double* tolerance | |
| /*
(Out) |
| The tolerance, at the specified number of decimal places. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully retrieved the information. |
| PRO_TK_BAD_INPUTS | | The solid handle is invalid. |
| PRO_TK_GENREAL_ERROR | | A general error occurred and the function failed. |
|