HMIN_group_writemasterdefinition()
Writes the master definition of a group to HyperMesh.
Syntax
void HMIN_group_writemasterdefinition(HM_entityidtype id, int definition);
Type
HyperMesh hminlib Function
Description
Writes the master definition of a group to HyperMesh.
Inputs
- id
- The ID of the group.
- definition
- The method being used to define the master surface. Set to 0 for elements, 1 for components, 2 for box, 3 for all, or 4 for entity sets.
Errors
None.