system <label>

Select the method by which to create the coordinate system.

Syntax

system <label> node <origin xaxis yaxis>

system <label> coordinates <origin="x y z"> <xaxis="x y z"> <yaxis="x y z">

system <label> circlecenter <nodeid1 nodeid2 node3id>

system <label> display visibility=<true/false>

system <label> display label=<true/false>

system <label> display color=”<R> <G> <B>”

Arguments

<label>
The system name.
node/coordinates/circlecenter
The method to create the coordinate system by. Select from node, coordinates, or circlecenter.
node
Select nodes for origin, x-axis, and xy-plane.
axisplane=<x-xy/x-xz/y-yx/y-yz/z-zx/z-zy>. The axisplane is only supported for the Rectangular By node method. Default is X-XY if not specified.
coordinates
Select XYZ coordinates for the origin, x-axis, and xy-plane.
circlecenter
Pick three circle circumference nodes.
display visibility
Set the visibility for the coordinate system. Select true or false.
display label
Select true or false to display the coordinate system labels.
display color
Enter RGB values for the coordinate system colors.

Example

Create a rectangular coordinate system by nodes:
system "System 1" node 22158 22209 22493 axisplane=x-xy