Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Translate Method / Translate(Vector3D) Method
Displacement vector

In This Topic
    Translate(Vector3D) Method
    In This Topic
    Translates the entity.
    Syntax
    'Declaration
     
    Public Overloads Sub Translate( _
       ByVal v As Vector3D _
    ) 
    public void Translate( 
       Vector3D v
    )

    Parameters

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