HMIN_writeplane()

Specifies the information for a plane.

Syntax

void HMIN_writeplane(double bx, double by, double bz, double nx, double ny, double nz);

Type

HyperMesh hminlib Function

Description

Specifies the information for a plane.

Inputs

bx
The x coordinate of the base of the plane.
by
The y coordinate of the base of the plane.
bz
The z coordinate of the base of the plane.
nx
The x coordinate of the vector indicating the plane's normal.
ny
The y coordinate of the vector indicating the plane's normal.
nz
The z coordinate of the vector indicating the plane's normal.

Example

Unlike a NURBS surface, a plane must be trimmed.

HyperMesh requires object space trimming lines to trim a plane. Parameter space trimming lines are ignored - indeed, no parameter space is defined by the plane.

This command is only valid after a call to HMIN_startsurf() and before the corresponding call to HMIN_endsurf(). Any trimming lines must be sent before the surface is sent.

Errors

None.