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