Click or drag to resize

MeshIntersectionCache Class

Provides a mechanism for lazily evaluating mesh data.
Inheritance Hierarchy
SystemObject
  Rhino.Geometry.IntersectMeshIntersectionCache

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public class MeshIntersectionCache : IDisposable

The MeshIntersectionCache type exposes the following members.

Constructors
  NameDescription
Public methodMeshIntersectionCache
Provides a mechanism for lazily evaluating mesh data. The implementation is private and subject to change.
Top
Methods
  NameDescription
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Protected methodDispose(Boolean)
Disposes the mesh intersection cache.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also