Eyeshot 11 WinForms API Reference
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

In This Topic
    Rotate(Double,Vector3D,Point3D,Boolean) Method
    In This Topic
    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