Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Rotate Method / Rotate(Point3D,Point3D,Double,Double,Vector3D,Point3D,Boolean) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
Rotation angle in radians
Rotation axis
Rotation center
If true, the selection is rotated and duplicated

In This Topic
    Rotate(Point3D,Point3D,Double,Double,Vector3D,Point3D,Boolean) Method
    In This Topic
    Rotates nodes and elements selected.
    Syntax
    'Declaration
     
    Public Overloads Sub Rotate( _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal inflateBy As Double, _
       ByVal angleInRadians As Double, _
       ByVal rotationAxis As Vector3D, _
       ByVal rotationCenter As Point3D, _
       ByVal copy As Boolean _
    ) 
    public void Rotate( 
       Point3D min,
       Point3D max,
       double inflateBy,
       double angleInRadians,
       Vector3D rotationAxis,
       Point3D rotationCenter,
       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
    angleInRadians
    Rotation angle in radians
    rotationAxis
    Rotation axis
    rotationCenter
    Rotation center
    copy
    If true, the selection is rotated and duplicated
    See Also