MeshInstance Class

MeshInstance Class

Representation of ChangeQueue MeshInstance
Inheritance Hierarchy
SystemObject
  Rhino.Render.ChangeQueueMeshInstance

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class MeshInstance
Public Class MeshInstance

The MeshInstance type exposes the following members.

Properties
  NameDescription
Public propertyCastShadows
Return true if mesh instance should cast shadows
Public propertyGroupId
Get identifier that specifies the grouping of these mesh instances - usually based on the object that this originally comprised.
Public propertyInstanceId
Get the instance identifier for this mesh instance.
Public propertyMaterialId
The Material CRC / RenderHash
Public propertyMeshId
Get the mesh identifier for this mesh instance.
Public propertyMeshIndex
Get the mesh index for this mesh instance.
Public propertyReceiveShadows
Return true if mesh instance should receive shadows
Public propertyRenderMaterial
RenderMaterial associated with mesh instance
Public propertyTransform
Transform for the MeshInstance
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also