Eyeshot 10 WinForms API Reference
Scale(Double,Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class > Scale Method : Scale(Double,Double,Double) Method
Scale factor along X-axis
Scale factor along Y-axis
Scale factor along Z-axis
Scales the entity of the specified scale factor.
Syntax
'Declaration
 
Public Overloads Sub Scale( _
   ByVal sx As Double, _
   ByVal sy As Double, _
   ByVal sz As Double _
) 
public void Scale( 
   double sx,
   double sy,
   double sz
)

Parameters

sx
Scale factor along X-axis
sy
Scale factor along Y-axis
sz
Scale factor along Z-axis
Remarks
You need to call Viewport.Entities.Regen() to see the effect of this command.
See Also

Reference

Entity Class
Entity Members
Overload List