RenderPanels Class

RenderPanels Class

This class is used to extend the standard Render user interface
Inheritance Hierarchy
SystemObject
  Rhino.RenderRenderPanels

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class RenderPanels
Public NotInheritable Class RenderPanels

The RenderPanels type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberFromRenderSessionId
Get the instance of a render panel associated with a specific render session, this is useful when it is necessary to update a control from a RenderPipeline
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRegisterPanel
Register custom render user interface with Rhino. This should only be done in RegisterRenderPanels(RenderPanels). Panels registered after RegisterRenderPanels(RenderPanels) is called will be ignored.
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also