Click or drag to resize

PlaneCircleIntersection Enumeration

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

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum PlaneCircleIntersection
Members
  Member nameValueDescription
None0 No intersections. Either because radius is too small or because circle plane is parallel but not coincident with the intersection plane.
Tangent1 Tangent (one point) intersection.
Secant2 Secant (two point) intersection.
Parallel3 Circle and plane are planar but not coincident. Parallel indicates no intersection took place.
Coincident4 Circle and plane are co-planar, they intersect everywhere.
See Also