Coordinate |
The CoordinateSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| Name | Gets and sets the user-displayable name of the coordinate system. | |
| Origin | Gets and sets the origin Point that defines the reference location of the coordinate system. The origin serves as the anchor point from which all positioning and measurements are calculated. | |
| Xaxis | Gets and sets the X-axis Vector indicating the primary horizontal direction of the coordinate system. | |
| Yaxis | Gets and sets the Y-axis Vector indicating the secondary horizontal direction of the coordinate system. | |
| Zaxis | Gets and sets the Z-axis Vector indicating the vertical direction of the coordinate system. |
| Name | Description | |
|---|---|---|
| RotateAroundZAxis | Rotates the coordinate system around the global Z axis by the specified angle. | |
| Shift | Translates the coordinate system by the specified Vector displacement. |