M_Rhino_Geometry_Curve_ClosedCurveOrientation - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ClosedCurveOrientation Method

Determines the orientation (counterclockwise or clockwise) of a closed, planar curve in the world xy plane. Only works with simple (no self intersections) closed, planar curves.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public CurveOrientation ClosedCurveOrientation()

VB

Public Function ClosedCurveOrientation As CurveOrientation

Return Value

Type: CurveOrientation
The orientation of this curve with respect to world xy plane.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Curve Class
ClosedCurveOrientation Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️