Eyeshot 10 WinForms API Reference
IsOrientedClockwise(Transformation) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CompositeCurve Class > IsOrientedClockwise Method : IsOrientedClockwise(Transformation) Method
The transformation needed to project all points on the curve plane.
Checks if the closed composite 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 composite curve is oriented clockwise, false otherwise.
See Also

Reference

CompositeCurve Class
CompositeCurve Members
Overload List