Rhino.Geometry.Intersect Namespace

Rhino.Geometry.Intersect Namespace

[Missing <summary> documentation for "N:Rhino.Geometry.Intersect"]

Classes
  ClassDescription
Public classCurveIntersections
Maintains an ordered list of Curve Intersection results.
Public classIntersection
Provides static methods for the computation of intersections, projections, sections and similar.
Public classIntersectionEvent
Provides all the information for a single Curve Intersection event.
Public classMeshClash
Represents a particular instance of a clash or intersection between two meshes.
Enumerations
  EnumerationDescription
Public enumerationLineCircleIntersection
Represents all possible cases of a Line|Circle intersection event.
Public enumerationLineCylinderIntersection
Represents all possible cases of a Line|Cylinder intersection event.
Public enumerationLineSphereIntersection
Represents all possible cases of a Line|Sphere intersection event.
Public enumerationPlaneCircleIntersection
Represents all possible cases of a Plane|Circle intersection event.
Public enumerationPlaneSphereIntersection
Represents all possible cases of a Plane|Sphere intersection event.
Public enumerationSphereSphereIntersection
Represents all possible cases of a Sphere|Sphere intersection event.