Click or drag to resize

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.
Public classMeshIntersectionCache
Provides a mechanism for lazily evaluating mesh data.
Structures
  StructureDescription
Public structureMeshInterference
Represents an element which is part of a clash or intersection between two meshes.
Public structureRayShootEvent
Represents an element which is part of a ray shoot.
Enumerations
  EnumerationDescription
Public enumerationArcArcIntersection
Represents all possible cases of a Arc|Arc intersection event.
Public enumerationCircleCircleIntersection
Represents all possible cases of a Circle|Circle intersection event.
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.