RhinoCommon API
Rhino.Geometry.Intersect Namespace |
[Missing <summary> documentation for "N:Rhino.Geometry.Intersect"]

Class | Description | |
---|---|---|
![]() | CurveIntersections |
Maintains an ordered list of Curve Intersection results.
|
![]() | Intersection |
Provides static methods for the computation of intersections, projections, sections and similar.
|
![]() | IntersectionEvent |
Provides all the information for a single Curve Intersection event.
|
![]() | MeshClash |
Represents a particular instance of a clash or intersection between two meshes.
|

Enumeration | Description | |
---|---|---|
![]() | LineCircleIntersection |
Represents all possible cases of a Line|Circle intersection event.
|
![]() | LineCylinderIntersection |
Represents all possible cases of a Line|Cylinder intersection event.
|
![]() | LineSphereIntersection |
Represents all possible cases of a Line|Sphere intersection event.
|
![]() | PlaneCircleIntersection |
Represents all possible cases of a Plane|Circle intersection event.
|
![]() | PlaneSphereIntersection |
Represents all possible cases of a Plane|Sphere intersection event.
|
![]() | SphereSphereIntersection |
Represents all possible cases of a Sphere|Sphere intersection event.
|