HMIN_ply_write_entities()

Assigns entities to a ply entity.

Syntax

void HMIN_ply_write_entities(HM_entitytype entity_type,unsigned int num_entities,HM_entityidtype *entity_ids);

Type

HyperMesh hminlib Function

Description

Assigns entities to a ply entity. Must be called after HMIN_ply_write().

Inputs

entity_type
The type of entity to write.
num_entities
The number of entities to write.
entity_ids
The IDs of the entities.

Errors

None.

Version History

11.0