Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Translate Method / Translate(Double,Double,Double,Boolean) Method
Delta x
Delta y
Delta z
If true, the elements are moved and duplicated

In This Topic
    Translate(Double,Double,Double,Boolean) Method
    In This Topic
    Translates the whole FemMesh.
    Syntax
    'Declaration
     
    Public Overloads Sub Translate( _
       ByVal dx As Double, _
       ByVal dy As Double, _
       ByVal dz As Double, _
       ByVal copy As Boolean _
    ) 
    public void Translate( 
       double dx,
       double dy,
       double dz,
       bool copy
    )

    Parameters

    dx
    Delta x
    dy
    Delta y
    dz
    Delta z
    copy
    If true, the elements are moved and duplicated
    See Also