Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Scale Method / Scale(Vector3D) Method
Scale vector

In This Topic
    Scale(Vector3D) Method
    In This Topic
    Scales all the entities in this collection of the specified scale factor.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal sv As Vector3D _
    ) 
    public void Scale( 
       Vector3D sv
    )

    Parameters

    sv
    Scale vector
    Remarks
    You need to call Viewport.Entities.Regen() to see the effect of this command.
    See Also