HMIN_ply_writeorient2()
Assigns the second orientation angle to a ply entity.
Syntax
void HMIN_ply_writeorient2(double angle);
Type
HyperMesh hminlib Function
Description
Assigns the second orientation angle to a ply entity. This is for woven plies only. Must be called after HMIN_ply_write().
Inputs
- angle
- The second orientation angle.
Errors
None.