Skip to content

Overload_Rhino_Geometry_Intersect_MeshClash_Search

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshClash.Search Method

Overload List

 

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

See Also

Reference

MeshClash Class
Rhino.Geometry.Intersect Namespace

Clone this wiki locally