T_Rhino_Geometry_CurveOrientation - mcneel/rhinocommon-api-docs GitHub Wiki

CurveOrientation Enumeration

Defines enumerated values for closed curve orientations.

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

Syntax

C#

public enum CurveOrientation

VB

Public Enumeration CurveOrientation

Members

 

Member name Value Description
Undefined 0 Unable to compute the curve's orientation.
Clockwise -1 The curve's orientation is clockwise in the xy plane.
CounterClockwise 1 The curve's orientation is counter clockwise in the xy plane.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

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