*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
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)