Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Scale Method / Scale(Point3D,Double) Method
Base point
Scale factor

In This Topic
    Scale(Point3D,Double) Method
    In This Topic
    Scales the entity of the specified scale factor.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal fixedPoint As Point3D, _
       ByVal factor As Double _
    ) 
    public void Scale( 
       Point3D fixedPoint,
       double factor
    )

    Parameters

    fixedPoint
    Base point
    factor
    Scale factor
    Remarks
    You need to call Viewport.Entities.Regen() to see the effect of this command.
    See Also