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

In This Topic
    Rotate(Plane,Interval,Interval,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 alongX As Interval, _
       ByVal alongY As Interval, _
       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,
       Interval alongX,
       Interval alongY,
       double inflateBy,
       double angle,
       Vector3D axis,
       Point3D center,
       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
    angle
    Rotation angle in radians
    axis
    Rotation axis
    center
    Rotation center
    copy
    If true, the selection is rotated and duplicated
    See Also