Click or drag to resize

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)
Syntax
public struct MeshInterference

The MeshInterference type exposes the following members.

Properties
  NameDescription
Public propertyHitPoints
Array of hit points where the objects of IndexA and IndexB interfere.
Public propertyIndexA
The index of the first clashing, or interfering object.
Public propertyIndexB
The index of the second clashing, or interfering object.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also