RhinoCommon API
RenderTabs Class |
[Missing <summary> documentation for "T:Rhino.Render.RenderTabs"]

Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)

The RenderTabs type exposes the following members.

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | 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 |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RegisterTab(PlugIn, Type, String, Icon) | Obsolete.
Register custom render user interface with Rhino. This should only be
done in RegisterRenderTabs(RenderTabs). Panels
registered after RegisterRenderTabs(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.
|
![]() | RegisterTab(PlugIn, Type, Guid, String, Icon) | |
![]() ![]() | SessionIdFromTab |
Get the session Id that created the specified tab object.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
