MeshClash Class

MeshClash Class

Represents a particular instance of a clash or intersection between two meshes.
Inheritance Hierarchy
SystemObject
  Rhino.Geometry.IntersectMeshClash

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class MeshClash
Public Class MeshClash

The MeshClash type exposes the following members.

Properties
  NameDescription
Public propertyClashPoint
If valid, then the sphere centered at ClashPoint of ClashRadius distance interesects the clashing meshes.
Public propertyClashRadius
Gets the clash, or intersection, radius.
Public propertyMeshA
Gets the first mesh.
Public propertyMeshB
Gets the second mesh.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSearch(Mesh, Mesh, Double, Int32)
Searches the locations where the distance from the first mesh to the second mesh is less than the provided value.
Public methodStatic memberSearch(Mesh, IEnumerableMesh, Double, Int32)
Searches the locations where the distance from the first mesh to a mesh in the second set of meshes is less than the provided value.
Public methodStatic memberSearch(IEnumerableMesh, IEnumerableMesh, Double, Int32)
Searches for locations where the distance from a mesh in one set of meshes is less than distance to another mesh in a second set of meshes.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also