HMIN_start_object_line()

Signals the start of an object space line.

Syntax

void HMIN_start_object_line(void);

Type

HyperMesh hminlib Function

Description

Signals the start of an object space line.

Example

This command operates identically to HMIN_startline(), but is used for trimming lines. It should be followed by one or more segments, and HMIN_endline().

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

Errors

None.