HMIN_set_write()
Writes a set to HyperMesh.
Syntax
void HMIN_set_write(HM_entityidtype id, char * name, int color, char * entitytypename);
Type
HyperMesh hminlib Function
Description
Writes a set to HyperMesh.
Inputs
- id
- The ID of the set.
- name
- The name of the set.
- color
- The color to be assigned to the set.
- entitytypename
- The entity type that the set collects. This can be set to nodes, elements, components, sets, materials, or properties.
Example
HMIN_set_writeid() must be called after using HMIN_set_write() to put individual entities into the set.
Errors
None.