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

Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)

Syntax

C#
public enum PlaneSphereIntersection
Visual Basic
Public Enumeration PlaneSphereIntersection

Members

Member nameValueDescription
None0 No intersections.
Point1 Tangent intersection.
Circle2 Circular intersection.

See Also