CurveOrientation Enumeration |
Rhino 5 for Windows
Defines enumerated values for closed curve orientations.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic enum CurveOrientation
Public Enumeration CurveOrientation
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Orientation is undefined.
|
| 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.
|
See Also