DerivedPartCoordinateSystemDef.GetCoordinateSystem Method
Parent Object: DerivedPartCoordinateSystemDefDescription
Method that returns the coordinate system.
Syntax
DerivedPartCoordinateSystemDef.GetCoordinateSystem( Origin As Point, XAxis As Vector, YAxis As Vector, ZAxis As Vector )Parameters
Name | Type | Description |
Origin | Point | Output that specifies the origin of the coordinate system. |
XAxis | Vector | Output that specifies the x-axis of the coordinate system. |
YAxis | Vector | Output that specifies the y-axis of the coordinate system. |
ZAxis | Vector | Output that specifies the z-axis of the coordinate system. |