Eyeshot 11 WinForms API Reference
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

In This Topic
    Scale(Double,Double,Double) Method
    In This Topic
    Scales the entity of the specified scale factor.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal sx As Double, _
       ByVal sy As Double, _
       Optional 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