CurveOrientation Enumeration |
Namespace: Rhino.Geometry
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. |