MeshClash
Represents a particular instance of a clash or intersection between two meshes.
Inheritance Hierarchy
System.Object
Rhino.Geometry.Intersect.MeshClash
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class MeshClash
The MeshClash type exposes the following members.
Properties
Name
Description
Public Property
ClashPoint
If valid, then the sphere centered at ClashPoint of ClashRadius distance intersects the clashing meshes.
Public Property
ClashRadius
Gets the clash, or intersection, radius.
Public Property
MeshA
Gets the first mesh.
Public Property
MeshB
Gets the second mesh.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
Static Member
FindDetail(RhinoObject, RhinoObject, Double)
Finds all of the mesh faces on each of two Rhino objects that interfere within a clash distance. This function uses the object’s mesh to calculate the interferences. Acceptable object types include: BrepObject, ExtrusionObject, MeshObject, and SubDObject.
Public Method
Static Member
FindDetail(RhinoObject, RhinoObject, Double, MeshType, MeshingParameters)
Finds all of the mesh faces on each of two Rhino objects that interfere within a clash distance. This function uses the object’s mesh to calculate the interferences. Acceptable object types include: BrepObject, ExtrusionObject, MeshObject, and SubDObject.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
Static Member
Search(IEnumerable.RhinoObject., IEnumerable.RhinoObject., Double)
Searches for locations where the distance from a RhinoObject, in one set of objects, is less than the specified distance to another RhinoObject in a second set of objects. This function uses the object’s mesh to calculate the interferences. Acceptable object types include: BrepObject, ExtrusionObject, MeshObject, and SubDObject.
Public Method
Static Member
Search(IEnumerable.Mesh., IEnumerable.Mesh., 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 Method
Static Member
Search(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 Method
Static Member
Search(Mesh, IEnumerable.Mesh., 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 Method
Static Member
Search(IEnumerable.RhinoObject., IEnumerable.RhinoObject., Double, MeshType, MeshingParameters)
Searches for locations where the distance from a RhinoObject, in one set of objects, is less than the specified distance to another RhinoObject in a second set of objects. This function uses the object’s mesh to calculate the interferences. Acceptable object types include: BrepObject, ExtrusionObject, MeshObject, and SubDObject.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)