Eyeshot 9.0 WinForms API Reference
Rotate(Point3D,Vector3D,Vector3D,Double,Interval,Double,Double,Vector3D,Point3D,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > Rotate Method : Rotate(Point3D,Vector3D,Vector3D,Double,Interval,Double,Double,Vector3D,Point3D,Boolean) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Angular span in radians
Search volume offset
Rotation angle in radians
Rotation axis
Rotation center
If true, the selection is rotated and duplicated
Rotates nodes and elements selected.
Syntax
'Declaration
 
Public Overloads Sub Rotate( _
   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 angleInRadians As Double, _
   ByVal rotationAxis As Vector3D, _
   ByVal rotationCenter As Point3D, _
   ByVal copy As Boolean _
) 
public void Rotate( 
   Point3D center,
   Vector3D axis,
   Vector3D refDir,
   double radius,
   Interval angle,
   double inflateBy,
   double angleInRadians,
   Vector3D rotationAxis,
   Point3D rotationCenter,
   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
angleInRadians
Rotation angle in radians
rotationAxis
Rotation axis
rotationCenter
Rotation center
copy
If true, the selection is rotated and duplicated
See Also

Reference

FemMesh Class
FemMesh Members
Overload List