RenderTabs
Inheritance Hierarchy
System.Object
Rhino.Render.RenderTabs
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class RenderTabs
The RenderTabs 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 tab 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
RegisterTab(PlugIn, Type, String, Icon)
Obsolete.
Register custom render user interface with Rhino. This should only be done in
RegisterRenderTabs(RenderTabs)
. Panels registered afterRegisterRenderTabs(RenderTabs)
is called will be ignored. If the class includes a public method “void DoHelp()” the method will get called when F1 is pressed and the custom tab is active.Public Method
RegisterTab(PlugIn, Type, Guid, String, Icon)
Public Method
Static Member
SessionIdFromTab
Get the render session id that created the specified tab object. Only applies to tabs in the context of a render window, not other contexts like Rhino Options or View Properties. It actually returns the identifier associated with the side pane UI which is typically the same as the render session id.
Public Method
Static Member
SidePaneUiIdFromTab
Get the id of the side pane UI that a tab is in.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)