HMIN_start_parameter_line()
Signals the start of a parameter space line.
Syntax
void HMIN_start_parameter_line(void);
Type
HyperMesh hminlib Function
Description
This command operates identically to HMIN_startline(), but is used for trimming lines. It should be followed by one or more segments, and a HMIN_endline().
Parameter space lines should have Z = 0 throughout.
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.