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

In This Topic
    Scaling Constructor(Point3D,Double,Double,Double)
    In This Topic
    3D point and scale factors constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fixedPoint As Point3D, _
       ByVal sx As Double, _
       ByVal sy As Double, _
       Optional ByVal sz As Double _
    )
    public 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