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