*createplane

Defines a plane for use in a subsequent command.

Syntax

*createplane plane_id normal_x normal_y normal_z base_x base_y base_z

Type

HyperMesh Tcl Modify Command

Description

Defines a plane for use in a subsequent command.

Inputs

plane_id
The ID of the plane being defined (1 or 2).
normal_x
The x component of the normal of the plane.
normal_y
The y component of the normal of the plane.
normal_z
The z component of the normal of the plane.
base_x
The x component of the base point of the plane.
base_y
The y component of the base point of the plane.
base_z
The z component of the base point of the plane.

Examples

To create plane 1 with a normal along the x axis and a base point of (2.0, 3.0, 4.0):
*createplane 1 1.0 0.0 0.0 2.0 3.0 4.0