Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / IsOrientedClockwise Method / IsOrientedClockwise(Plane) Method
The curve plane, can be obtained using the IsPlanar method.

In This Topic
    IsOrientedClockwise(Plane) Method
    In This Topic
    Checks if the closed curve orientation is clockwise.
    Syntax
    'Declaration
     
    Public Overloads Function IsOrientedClockwise( _
       ByVal plane As Plane _
    ) As Boolean
    public bool IsOrientedClockwise( 
       Plane plane
    )

    Parameters

    plane
    The curve plane, can be obtained using the IsPlanar method.

    Return Value

    True if the curve is oriented clockwise, false otherwise.
    Remarks
    If the curve is not planar, the points are projected on the plane.
    See Also