Represents all possible cases of a Plane|Sphere intersection event.
Namespace: Rhino.Geometry.IntersectAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | No intersections. | |
| Point | 1 | Tangent intersection. | |
| Circle | 2 | Circular intersection. |