Entity.Translate (Vector3D) Method

Translates the entity.
Public Sub Translate( _ 
ByVal v As Vector3D
)
This language is not supported or no code example is available.
public void Translate( 
Vector3D v 
)
This language is not supported or no code example is available.

Parameters

v
Vector3D

Displacement vector

Remarks
 
You need to call Viewport.Entities.Regen() to see the effect of this command.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition