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.
| |
MeshIntersectionCache |
Provides a mechanism for lazily evaluating mesh data.
|
Structure | Description | |
---|---|---|
MeshInterference |
Represents an element which is part of a clash or intersection between two meshes.
| |
RayShootEvent |
Represents an element which is part of a ray shoot.
|
Enumeration | Description | |
---|---|---|
ArcArcIntersection |
Represents all possible cases of a Arc|Arc intersection event.
| |
CircleCircleIntersection |
Represents all possible cases of a Circle|Circle intersection event.
| |
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.
|