RenderPanels
This class is used to extend the standard Render user interface
Inheritance Hierarchy
System.Object
Rhino.Render.RenderPanels
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class RenderPanels
The RenderPanels type exposes the following members.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public Method
Static Member
FromRenderSessionId
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 Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
RegisterPanel(PlugIn, RenderPanelType, Type, String, Boolean, Boolean)
Obsolete.
Register custom render user interface with Rhino. This should only be done in
RegisterRenderPanels(RenderPanels)
. Panels registered afterRegisterRenderPanels(RenderPanels)
is called will be ignored.Public Method
RegisterPanel(PlugIn, RenderPanelType, Type, Guid, String, Boolean, Boolean)
Register custom render user interface with Rhino. This should only be done in
RegisterRenderPanels(RenderPanels)
. Panels registered afterRegisterRenderPanels(RenderPanels)
is called will be ignored.Public Method
RegisterPanel(PlugIn, RenderPanelType, Type, Guid, String, Boolean, Boolean, RenderPanels.ExtraSidePanePosition)
Register custom render user interface with Rhino. This should only be done in
RegisterRenderPanels(RenderPanels)
. Panels registered afterRegisterRenderPanels(RenderPanels)
is called will be ignored.Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)