Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Translate Method / Translate(Point3D,Point3D,Double,Double,Double,Double,Boolean) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
Delta x
Delta y
Delta z
If true, the selection is moved and duplicated

In This Topic
    Translate(Point3D,Point3D,Double,Double,Double,Double,Boolean) Method
    In This Topic
    Moves nodes and elements selected.
    Syntax
    'Declaration
     
    Public Overloads Sub Translate( _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal inflateBy As Double, _
       ByVal dx As Double, _
       ByVal dy As Double, _
       ByVal dz As Double, _
       ByVal copy As Boolean _
    ) 
    public void Translate( 
       Point3D min,
       Point3D max,
       double inflateBy,
       double dx,
       double dy,
       double dz,
       bool copy
    )

    Parameters

    min
    Defines the min 3D point of the box
    max
    Defines the max 3D point of the box
    inflateBy
    Search volume offset
    dx
    Delta x
    dy
    Delta y
    dz
    Delta z
    copy
    If true, the selection is moved and duplicated
    See Also