HMIN_writestraight()

Specifies the next segment in the current line as a straight line segment.

Syntax

void HMIN_writestraight(double x1, double y1, double z1, double x2, double y2, double z2);

Type

HyperMesh hminlib Function

Description

Specifies the next segment in the current line as a straight line segment.

Inputs

x1
The x coordinate of the start of the line.
y1
The y coordinate of the start of the line.
z1
The z coordinate of the start of the line.
x2
The x coordinate of the end of the line.
y2
The y coordinate of the end of the line.
z2
The z coordinate of the end of the line.

Example

This command is only valid after a call to HMIN_startline() and before the corresponding call to HMIN_endline().

Errors

None.