HMIN_ply_writetype()

Assigns a type to a ply entity.

Syntax

void HMIN_ply_writetype(unsigned int type);

Type

HyperMesh hminlib Function

Description

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

Inputs

type
0 - Uni-directional
1 - Bi-directional
2 - Woven
3 - Stacked
4 - Dummy

Errors

None.