MeshInterference
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
Name
Description
Public Property
HitPoints
Array of hit points where the objects of IndexA and IndexB interfere.
Public Property
IndexA
The index of the first clashing, or interfering object.
Public Property
IndexB
The index of the second clashing, or interfering object.
Methods
Name
Description
Public Method
Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public Method
GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)