API-Dokumentation > Solids and parts > Object ProSolid > Function ProSolidToleranceGet
Function ProSolidToleranceGet
Description
Retreives the tolerance value for the specified solid, for the specified number of decimal places.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidToleranceGet
(
ProSolid solid
/* (In)
The solid handle.
*/
/* (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
The function successfully retrieved the information.
The solid handle is invalid.
PRO_TK_GENREAL_ERROR
A general error occurred and the function failed.
Sample Code References
User Guide References
War dies hilfreich?