Category Mechanica, Object ProMechmodel

Function ProMechmodelToleranceGet


Description
Obtains the overall tolerance/epsilon value used for the preparation of the Creo Simulate geometry.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechmodelToleranceGet(
ProMechModel model
/* (In)
The Creo Simulate root model.
*/
double* tolerance
/* (Out)
The tolerance.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

  1. Creo Simulate: Geometry: Accessing the ProMechModel