HMIN_line_write()
Writes a line to HyperMesh.
Syntax
void HMIN_line_write(HM_entityidtype id, double geometric[3][4], HM_entityidtype componentid);
Type
HyperMesh hminlib Function
Description
Writes a line to HyperMesh.
Inputs
- id
- The ID of the line.
- geometric[3][4]
- The geometric coordinates of the line. The number in the first set of brackets
indicates which coordinate is given. Assign:
- 0 For the x coordinate.
- 1 For the y coordinate.
- 2 For the z coordinate.
- componentid
- The ID of the component.
Errors
None.