HMIN_system_writeoutput()
Sets the output system ID for an entity after you have read in and transformed the entity in HyperMesh.
Syntax
void HMIN_system_writeoutput(int type, HM_entityidtype id, HM_entityidtype systemid);
Type
HyperMesh hminlib Function
Description
Sets the output system ID for an entity after you have read in and transformed the entity in HyperMesh.
Inputs
- type
- The type of entity. The only valid type is HM_ENTITYTYPE_NODES.
- id
- The ID of the entity.
- systemid
- The ID assigned to the output system of the entity.
Errors
None.