HMIN_set_writeid()
Writes the entity into the specified set.
Syntax
void HMIN_set_writeid(HM_entityidtype entityid);
Type
HyperMesh hminlib Function
Description
Writes the entity into the specified set.
Inputs
- entityid
- The ID of the entity to be included in the set.
Example
HMIN_set_write() must be called before using HMIN_set_writeid() to put individual entities into the set.
Errors
None.