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

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

    Parameters

    fixedPoint
    Fixed point
    sx
    Scale factor along X
    sy
    Scale factor along Y
    sz
    Scale factor along Z
    See Also