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