HMIN_mbplane_write()
Writes multibody planes to HyperMesh.
Syntax
void HMIN_mbplane_write (HM_entityidtype id, char *name, unsigned char color, int type, double origin[3], double xaxis[3], double yaxis[3], HM_entityidtype multibodyid);
Type
HyperMesh hminlib Function
Description
Writes multibody planes to HyperMesh.
Inputs
- id
- The ID of the multibody plane.
- name
- The name of the multibody plane.
- color
- The color assigned to the multibody plane.
- type
- The type assigned to the multibody plane.
- origin
- Coordinate of the origin node of the plane.
- xaxis
- Coordinate of the x-axis node of the plane.
- yaxis
- Coordinate of the y-axis node of the plane.
- multibodyid
- The ID of the multibodies.
Errors
None.