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.
The number in the second set of brackets indicates which point the given coordinate is. Assign:
  • 0 For the starting point.
  • 1 For the ending point.
  • 2 For the start tangent.
  • 3 For the end tangent.
componentid
The ID of the component.

Errors

None.