Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Rotate Method / Rotate(Double,Vector3D) Method
The angle in radians
The rotation axis

In This Topic
    Rotate(Double,Vector3D) Method
    In This Topic
    Rotates all the entities in this collection around an arbitray axis by the specified angle.
    Syntax
    'Declaration
     
    Public Overloads Sub Rotate( _
       ByVal angleInRadians As Double, _
       ByVal axis As Vector3D _
    ) 
    public void Rotate( 
       double angleInRadians,
       Vector3D axis
    )

    Parameters

    angleInRadians
    The angle in radians
    axis
    The rotation axis
    Remarks
    You need to call Viewport.Entities.Regen() to see the effect of this command.
    See Also