HM_ExtAPI::SetInternalModelTolerance()
Sets equivalence tolerance value for the model.
Syntax
bool SetInternalModelTolerance(
double tol,
);
Type
HyperMesh Ext API Function
Description
The function provides control to internal tolerance value used for model cleanup and equivalencing operations.
If the function succeeds, the return value is true. If the function fails, the return value is false. To get extended value information, call HM_ExtAPI::GetLastErrorCode().
Requires including hm_extapi.h.
Inputs
- tol
- [in] - Tolerance value. Must be positive.
Errors
None.