RhinoCommon API
MeshInterference Structure |
Represents an element which is part of a clash or intersection between two meshes.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)
The MeshInterference type exposes the following members.
| Name | Description | |
|---|---|---|
| HitPoints |
Array of hit points where the objects of IndexA and IndexB interfere.
| |
| IndexA |
The index of the first clashing, or interfering object.
| |
| IndexB |
The index of the second clashing, or interfering object.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |