Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Scaling Method / Scaling(Double,Double,Double) Method
Scale factor along X
Scale factor along Y
Scale factor along Z

In This Topic
    Scaling(Double,Double,Double) Method
    In This Topic
    Creates non-uniform scale transformation with the origin as a fixed point.
    Syntax
    'Declaration
     
    Public Overloads Sub Scaling( _
       ByVal sx As Double, _
       ByVal sy As Double, _
       Optional ByVal sz As Double _
    ) 
    public void Scaling( 
       double sx,
       double sy,
       double sz
    )

    Parameters

    sx
    Scale factor along X
    sy
    Scale factor along Y
    sz
    Scale factor along Z
    See Also