RenderMeshes Class |
Namespace: Rhino.Render.CustomRenderMeshes
The RenderMeshes type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderMeshes(RhinoDoc, Guid, Guid, UInt32) | Obsolete.
Create a new render primitives collection.
| |
| RenderMeshes(RhinoDoc, Guid, Guid, UInt32, UInt32) |
Create a new render primitives collection.
|
| Name | Description | |
|---|---|---|
| Document |
The document with which this IRenderMeshes object is associated.
| |
| Hash |
The running hash for these render meshes.
| |
| InstanceCount |
The number of instance objects in this collection.
| |
| ObjectId |
The ObjectId with which this IRenderMeshes object is associated.
|
| Name | Description | |
|---|---|---|
| AddInstance |
Adds a new instance to the render primitives collection.
| |
| Dispose |
Dispose this collection
| |
| Dispose(Boolean) |
Dispose
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizer for this collection
(Overrides ObjectFinalize.) | |
| GetEnumerator |
Return an object to iterator over the instances in the collection
| |
| GetHashCode |
Overrides default hash code function - just returns Hash
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |