Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Rotate Method / Rotate(Plane,Double,Double,Vector3D,Point3D,Boolean) Method
Search reference plane
Search volume offset
Rotation angle in radians
Rotation axis
Rotation center
If true, the selection is rotated and duplicated

In This Topic
    Rotate(Plane,Double,Double,Vector3D,Point3D,Boolean) Method
    In This Topic
    Rotates nodes and elements selected.
    Syntax
    'Declaration
     
    Public Overloads Sub Rotate( _
       ByVal plane As Plane, _
       ByVal inflateBy As Double, _
       ByVal angle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D, _
       ByVal copy As Boolean _
    ) 
    public void Rotate( 
       Plane plane,
       double inflateBy,
       double angle,
       Vector3D axis,
       Point3D center,
       bool copy
    )

    Parameters

    plane
    Search reference plane
    inflateBy
    Search volume offset
    angle
    Rotation angle in radians
    axis
    Rotation axis
    center
    Rotation center
    copy
    If true, the selection is rotated and duplicated
    See Also