HMIN_system_write()
Writes a system to HyperMesh.
Syntax
void HMIN_system_write(HM_entityidtype id, int type, HM_entityidtype systemid, double axis[3][3], double origin[3], HM_entityidtype systemcolid);
Type
HyperMesh hminlib Function
Description
Writes a system to HyperMesh.
Inputs
- id
- The ID of the system.
- type
- The type of the system.
- 0 - For a Cartesian system.
- 1 - For a cylindrical system.
- 2 - For a spherical system.
- systemid
- The ID of the system to be defined.
- axis[3][3]
- The axes of the coordinate system.
- origin[3]
- The origin of the coordinate system.
- systemcolid
- The ID of the system collector.
Errors
None.