HMIN_startsurf()
Signals the beginning of a surface.
Syntax
void HMIN_startsurf(HM_entityidtype id, double tolerance, double ptolerance, HM_entityidtype componentid);
Type
HyperMesh hminlib Function
Description
Signals the beginning of a surface.
Inputs
- id
- The ID of the surface.
- tolerance
- The tolerance to which you have created the surface. Two points less than this distance apart are considered the same point.
- ptolerance
- The tolerance for the parameter space on this surface. Two points less than this distance apart in parameter space are considered the same point.
- componentid
- The ID of the collector where the surface should be placed.
Errors
None.