DerivedPartCoordinateSystemDef.GetScale Method
Parent Object: DerivedPartCoordinateSystemDefDescription
Method that returns the scale factors along the x, y and z directions.
Syntax
DerivedPartCoordinateSystemDef.GetScale( XScale As Double, YScale As Double, ZScale As Double )Parameters
Name | Type | Description |
XScale | Double | Output Double that specifies the x scale. |
YScale | Double | Output Double that specifies the y scale. |
ZScale | Double | Output Double that specifies the z scale. |