Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Translate Method / Translate(Point3D,Vector3D,Vector3D,Double,Interval,Double,Double,Double,Double,Boolean) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Angular span in radians
Search volume offset
Delta x
Delta y
Delta z
If true, the selection is moved and duplicated

In This Topic
    Translate(Point3D,Vector3D,Vector3D,Double,Interval,Double,Double,Double,Double,Boolean) Method
    In This Topic
    Removes selected elements.
    Syntax
    'Declaration
     
    Public Overloads Sub Translate( _
       ByVal center As Point3D, _
       ByVal axis As Vector3D, _
       ByVal refDir As Vector3D, _
       ByVal radius As Double, _
       ByVal angle 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( 
       Point3D center,
       Vector3D axis,
       Vector3D refDir,
       double radius,
       Interval angle,
       double inflateBy,
       double dx,
       double dy,
       double dz,
       bool copy
    )

    Parameters

    center
    Search cylinder center
    axis
    Search cylinder axis
    refDir
    Search cylinder reference direction
    radius
    Search cylinder radius
    angle
    Angular span in radians
    inflateBy
    Search volume offset
    dx
    Delta x
    dy
    Delta y
    dz
    Delta z
    copy
    If true, the selection is moved and duplicated
    See Also