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

CopiedPart Object  | CopiedPart Members

Send comments on this topic.