Share

DerivedPartCoordinateSystemDef.GetScale Method

Parent Object: DerivedPartCoordinateSystemDef

Description

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.

Version

Introduced in version 6

Was this information helpful?