HMIN_ply_write_surfacelist()
Assigns surfaces to a ply entity.
Syntax
void HMIN_ply_write_surfacelist(unsigned int num_entities,HM_entityidtype *entity_ids);
Type
HyperMesh hminlib Function
Description
Assigns surfaces to a ply entity. Must be called after HMIN_ply_write().
Inputs
- num_entities
- The number of surfaces to write.
- entity_ids
- The IDs of the surfaces.
Errors
None.