Instance Class |
Namespace: Rhino.Render.CustomRenderMeshes
The Instance type exposes the following members.
Name | Description | |
---|---|---|
IsForcedMaterial |
The material for this instance should override any display mode materials.
| |
IsRequestingPlugInDependent |
If this instance will change depending on the requesting plug-in.
| |
IsViewDependent |
If this instance will change depending on the view direction.
| |
Material |
The material for this instance.
| |
Mesh |
Returns the mesh associated with this geometry. Note that this function will always return a mesh
even if the type is not a mesh...so you can always call this function without checking the type
to give you the mesh. It's more efficient to use the primitive directly of course...but if you don't support it...
| |
Transform |
The transform for this instance. Transform the geometry by this to set its final location in world space.
|
Name | Description | |
---|---|---|
Dispose |
Dispose method
| |
Dispose(Boolean) |
Dispose method.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizer to ensure correctly implemented dispose pattern.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
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.) |