HMIN_bag_write_entities()
Transfers entities to a bag entity in the database.
Syntax
void HMIN_bag_write_entities(HM_entitytype entity_type,unsigned int num_entities,HM_entityidtype *ids);
Type
HyperMesh hminlib Function
Description
This function transfers entities in a bag to HyperMesh. The bag must already exist.
Inputs
- entity_type
- The type of entity to be transferred.
- num_entities
- The number of entities to be transferred.
- ids
- The IDs of the entities.
Errors
None.