Share

DerivedPartCoordinateSystemDef.SetScale Method

Parent Object: DerivedPartCoordinateSystemDef

Description

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.

Version

Introduced in version 6

Was this information helpful?