T_Rhino_Geometry_Intersect_PlaneCircleIntersection - mcneel/rhinocommon-api-docs GitHub Wiki
Represents all possible cases of a Plane|Circle intersection event.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum PlaneCircleIntersection
VB
Public Enumeration PlaneCircleIntersection
Member name | Value | Description | |
---|---|---|---|
None | 0 | No intersections. Either because radius is too small or because circle plane is parallel but not coincident with the intersection plane. | |
Tangent | 1 | Tangent (one point) intersection. | |
Secant | 2 | Secant (two point) intersection. | |
Parallel | 3 | Circle and plane are planar but not coincident. Parallel indicates no intersection took place. | |
Coincident | 4 | Circle and plane are co-planar, they intersect everywhere. |
Supported in: 6.0.16224.21491, 5D58w