Click or drag to resize

LineCircleIntersection Enumeration

Represents all possible cases of a Line|Circle intersection event.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum LineCircleIntersection
Members
  Member nameValueDescription
None0 No intersections.
Single1 One intersection.
Multiple2 Two intersections.
See Also