Overload_Rhino_Geometry_Curve_ClosedCurveOrientation - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ClosedCurveOrientation Method

Overload List

 

Name Description
Public method ClosedCurveOrientation() 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.
Public method ClosedCurveOrientation(Plane) Determines the orientation (counterclockwise or clockwise) of a closed, planar curve in a given plane. Only works with simple (no self intersections) closed, planar curves.
Public method ClosedCurveOrientation(Transform) Determines the orientation (counterclockwise or clockwise) of a closed, planar curve. Only works with simple (no self intersections) closed, planar curves.
Public method ClosedCurveOrientation(Vector3d) Determines the orientation (counterclockwise or clockwise) of a closed, planar curve in a given plane. Only works with simple (no self intersections) closed, planar curves.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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