*systemcreate3nodes
Creates a rectangular coordinate system.
Syntax
*systemcreate3nodes type origin axisname axispt planename planept
Type
HyperMesh Tcl Modify Command
Description
Creates a rectangular coordinate system.
Inputs
- type
- The type of system being created.
- origin
- The ID of a node which defines the origin.
- axisname
- A string which identifies the axis being defined with the next parameter (x, y, or z).
- axispt
- The ID of a node which defines a point on the axis defined by axisname.
- planename
- A string which identifies the plane being defined with the next parameter (xy, xz, or yz).
- planept
- The ID of a node which defines a point on the plane defined by planename.
Example
To build a cylindrical system with node 1 defining the origin, node 2 defining the x axis, and node 3 defining the xy-plane:
*systemcreate3nodes(1,1,x,2,xy,3)
Errors
None.