HMIN_group_write()
Writes groups to HyperMesh.
Syntax
void HMIN_group_write(HM_entityidtype id, char * name, int config, int type, HM_entityidtype materialid, int color, int masterdefinition, int slavedefinition);
Type
HyperMesh hminlib Function
Description
Writes groups to HyperMesh.
Inputs
- id
- The ID of the group.
- name
- The name of the group.
- config
- The configuration assigned to the group.
- type
- The type assigned to the group.
- materialid
- The ID of the material associated with the group.
- color
- The color assigned to the group.
- masterdefinition
- The method being used to define the master surface. Set to 0 for entity, 1 for comps, 2 for box, 3 for all, 4 for sets, or 5 for contact surfs.
- slavedefinition
- The method being used to define the slave surface. Set to 0 for entity, 1 for comps, 2 for box, 3 for all, 4 for sets, or 5 for contact surfs.
Errors
None.