Click or drag to resize

ArcArcIntersection Enumeration

Represents all possible cases of a Arc|Arc intersection event.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.12
Syntax
public enum ArcArcIntersection
Members
  Member nameValueDescription
None0 Arcs do not intersect.
Single1 Arcs touch at a one point.
Multiple2 Arcs intersect at two points.
Overlap3 Arcs are cocircular and overlap.
See Also