T_Rhino_Geometry_Intersect_MeshClash - mcneel/rhinocommon-api-docs GitHub Wiki

MeshClash Class

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) Version: Rhino 6.0

Syntax

C#

public class MeshClash

VB

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 interesects 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.
  Back to Top

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 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 methodStatic 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 methodStatic 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 methodStatic 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 ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry.Intersect Namespace

⚠️ **GitHub.com Fallback** ⚠️