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

In This Topic
    Scaling Constructor(Double,Double,Double)
    In This Topic
    Non-uniform scale factor constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sx As Double, _
       ByVal sy As Double, _
       Optional ByVal sz As Double _
    )
    public 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