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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FemMesh Class > Rotate Method : Rotate(Double,Vector3D,Point3D,Boolean) Method
Rotation angle in radians
Rotation axis
Rotation center
If true, the elements are rotated and duplicated
Rotates the whole FemMesh.
Syntax
'Declaration
 
Public Overloads Sub Rotate( _
   ByVal angle As Double, _
   ByVal axis As Vector3D, _
   ByVal center As Point3D, _
   ByVal copy As Boolean _
) 
public void Rotate( 
   double angle,
   Vector3D axis,
   Point3D center,
   bool copy
)

Parameters

angle
Rotation angle in radians
axis
Rotation axis
center
Rotation center
copy
If true, the elements are rotated and duplicated
See Also

Reference

FemMesh Class
FemMesh Members
Overload List