RenderPlugIn Properties |
The RenderPlugIn type exposes the following members.
Name | Description | |
---|---|---|
AddToHelpMenu |
Called by Rhino to determine if the plug-in name should be added to the Rhino Help/Plug-ins menu.
(Inherited from PlugIn.) | |
Assembly | Source assembly for this plug-in. (Inherited from PlugIn.) | |
Description |
Returns the description of the plug-in, as found in the plug-in's assembly attributes.
(Inherited from PlugIn.) | |
Id |
Returns the Guid, or unique Id, of the plug-in.
(Inherited from PlugIn.) | |
InitialChannelToDisplay | ||
LicenseId | (Inherited from PlugIn.) | |
LoadAtStartup | Obsolete. (Inherited from PlugIn.) | |
LoadTime |
Plug-ins are typically loaded on demand when they are first needed. You can change
this behavior to load the plug-in at during different stages in time by overriding
this property.
(Inherited from PlugIn.) | |
LocalPlugInName |
Optionally override this to provide a localized plug-in name
(Inherited from PlugIn.) | |
Name |
Returns the name of the plug-in, as found in the plug-in's assembly attributes.
(Inherited from PlugIn.) | |
PerferBasicContent |
Set to true if you would like Rhino to quickly create a basic render
content in response to 'Create New' commands. Set to false if you would
prefer Rhino to display the render content chooser dialog.
| |
Settings |
Persistent plug-in settings.
(Inherited from PlugIn.) | |
SettingsDirectory |
Get the plug-in's settings directory. This is the directory where the plug-in's persistent settings files are saved.
This directory will be located in the user's profile folder.
Note, this does not verify the directory exists.
(Inherited from PlugIn.) | |
SettingsDirectoryAllUsers |
Get the plug-in's "all users" settings directory.
This directory will be located in the system's program data folder.
Note, this does not verify the directory exists.
(Inherited from PlugIn.) | |
SupportedChannels |
Override to communicate that the renderer supports more
channels beside the default channels RGBA, Depth, Normal, Albedo. See RenderWindow.StandardChannels. RenderWindow.ChannelId can be used to
get the GUIDs for the channels to support
| |
SupportsEditProperties |
Override this property and return true if your plug-in supports decals
and overrides ShowDecalProperties(ListNamedValue) | |
Version |
Returns the version of the plug-in, as found in the plug-in's assembly attributes.
(Inherited from PlugIn.) | |
WindowPositionSettings | (Inherited from PlugIn.) |