MeshClash Class |
Namespace: Rhino.Geometry.Intersect
The MeshClash type exposes the following members.
| Name | Description | |
|---|---|---|
| ClashPoint |
If valid, then the sphere centered at ClashPoint of ClashRadius
distance interesects the clashing meshes.
| |
| ClashRadius |
Gets the clash, or intersection, radius.
| |
| MeshA |
Gets the first mesh.
| |
| MeshB |
Gets the second mesh.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| 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.
| |
| Search(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.
| |
| Search(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.
| |
| ToString | (Inherited from Object.) |