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