Click or drag to resize

MeshInstanceAncestryRecord Class

Information about the ancestry of a MeshInstance
Inheritance Hierarchy
SystemObject
  Rhino.Render.ChangeQueueMeshInstanceAncestryRecord

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class AncestryRecord : IDisposable

The MeshInstanceAncestryRecord type exposes the following members.

Constructors
  NameDescription
Public methodMeshInstanceAncestryRecord
Initializes a new instance of the MeshInstanceAncestryRecord class
Top
Properties
  NameDescription
Public propertyDefinitionId
The ModelObjectId of the InstanceDefinition
Public propertyReferenceAttributes
The object attributes from the InstanceObject
Public propertyReferenceId
The ModelObjectId of the InstanceObject
Public propertyTransform
The transform from the InstanceObject
Top
Methods
  NameDescription
Public methodDispose
Dispose
Protected methodDispose(Boolean)
Dispose. Disposes unmanaged memory.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(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