Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Scale Method / Scale(Point3D,Double,Double,Double) Method
Base point
Scale factor along X-axis
Scale factor along Y-axis
Scale factor along Z-axis

In This Topic
    Scale(Point3D,Double,Double,Double) Method
    In This Topic
    Scales all the entities in this collection of the specified scale factor.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Scale( _
       ByVal fixedPoint As Point3D, _
       ByVal sx As Double, _
       ByVal sy As Double, _
       Optional ByVal sz As Double _
    ) 
    public virtual void Scale( 
       Point3D fixedPoint,
       double sx,
       double sy,
       double sz
    )

    Parameters

    fixedPoint
    Base point
    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