Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Translate Method / Translate(Plane,Interval,Interval,Double,Double,Double,Double,Boolean) Method
Search reference plane
Distance span along plane X axis
Distance span along plane Y axis
Search volume offset
Delta x
Delta y
Delta z
If true, the selection is moved and duplicated

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

    Parameters

    plane
    Search reference plane
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Search volume offset
    dx
    Delta x
    dy
    Delta y
    dz
    Delta z
    copy
    If true, the selection is moved and duplicated
    See Also