RenderChannels Class

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 class RenderChannels : DocumentOrFreeFloatingBase
Public Class RenderChannels
	Inherits DocumentOrFreeFloatingBase

The RenderChannels type exposes the following members.

Properties
  NameDescription
Public propertyCustomList
Public propertyMode
Top
Methods
  NameDescription
Public methodBeginChange
Call this function before making any change to this object (calling a setter) otherwise undo will not work correctly. Calls to BeginChange must be paired with a call to EndChange.
(Inherited from DocumentOrFreeFloatingBase.)
Public methodCopyFrom (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).)
Public methodEndChange
See BeginChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Handle destruction of the un-managed CPP object.
(Inherited from FreeFloatingBase.)
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
Events
  NameDescription
Public eventStatic memberChanged
This event is raised when a Render Channels property value is changed.
Top
See Also