Click or drag to resize

RenderChannels Class

Render Channels. This corresponds to the user's settings in the Rendering panel.
Inheritance Hierarchy

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class RenderChannels : DocumentOrFreeFloatingBase, 
	IDisposable

The RenderChannels type exposes the following members.

Constructors
  NameDescription
Public methodRenderChannels
Create a utility object not associated with any document.
Top
Properties
  NameDescription
Public propertyCustomList
Public propertyMode
Top
Methods
  NameDescription
Public methodBeginChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodCopyFrom (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).)
Public methodDispose
Releases all resources used by the RenderChannels
Public methodEndChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides FreeFloatingBaseFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberChanged
This event is raised when a Render Channels property value is changed.
Top
See Also