Eyeshot 10 WinForms API Reference
Translate(Double,Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class > Translate Method : Translate(Double,Double,Double) Method
Amount in X
Amount in Y
Amount in Z
Translates the entity.
Syntax
'Declaration
 
Public Overloads Overridable Sub Translate( _
   ByVal dx As Double, _
   ByVal dy As Double, _
   ByVal dz As Double _
) 
public virtual void Translate( 
   double dx,
   double dy,
   double dz
)

Parameters

dx
Amount in X
dy
Amount in Y
dz
Amount in Z
Remarks
You need to call Viewport.Entities.Regen() to see the effect of this command.
See Also

Reference

Entity Class
Entity Members
Overload List