Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / IsOrientedClockwise Method / IsOrientedClockwise(Transformation) Method
The transformation needed to project all points on the curve plane.

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

    Parameters

    t
    The transformation needed to project all points on the curve plane.

    Return Value

    True if the curve is oriented clockwise, false otherwise.
    See Also