Solid Edge Part Type Library
GetScale Method
Returns the x scale.
Returns the y scale.
Returns the z scale.
Description
Returns the scale of the referenced object.
Syntax
Visual Basic
Public Sub GetScale( _
   ByRef XScale As Double, _
   ByRef YScale As Double, _
   ByRef ZScale As Double _
) 
Parameters
XScale
Returns the x scale.
YScale
Returns the y scale.
ZScale
Returns the z scale.
See Also

CopiedPart Object  | CopiedPart Members

Send comments on this topic.