Rhino.PlugIns Namespace |
[Missing <summary> documentation for "N:Rhino.PlugIns"]
Class | Description | |
---|---|---|
CustomRenderSaveFileTypes | ||
DigitizerPlugIn |
A Rhino plug-in that interfaces with 3-D digitizing or input devices.
| |
FileExportPlugIn |
Rhino plug-in that exports data from Rhino to other file formats; can support more than one format.
| |
FileImportPlugIn |
Rhino plug-in that imports data from other file formats into Rhino; can support more that one format.
| |
FileTypeList | ||
LicenseChangedEventArgs | ||
LicenseData | Zoo plug-in license data. | |
LicenseIdAttribute | ||
LicenseLease |
LicenseLease represents a lease returned from the Cloud Zoo
| |
LicenseLeaseChangedEventArgs |
Arguments for OnLeaseChangedDelegate
| |
LicenseStatus | LicenseStatus class. | |
LicenseUtils |
License Manager Utilities.
| |
PlugIn |
A general purpose utility plug-in that can contain one or more commands.
| |
PlugInUnknownUserDataEventArgs |
Event argument passed to the UnknownUserData event.
| |
PlugInDescriptionAttribute |
Rhino plug-in developer information attributes.
| |
PlugInInfo |
Contains detailed information about a Rhino plug-in.
| |
PreviewNotification | ||
RenderPlugIn |
A Rhino rendering plugin; applies materials, textures, and lights to a scene to produce rendered images.
|
Delegate | Description | |
---|---|---|
CustomRenderSaveFileTypesSaveFileHandler |
Called when a user chooses to save a rendered scene as this custom
file type.
| |
OnLeaseChangedDelegate |
Called by Rhino to signal that a lease from Rhino Accounts has changed. If LicenseLeaseChangedEventArgs.Lease
is null, then the server has signaled that this product is no longer licensed. Your plug-in must change behavior to behave
appropriately.
| |
ValidateProductKeyDelegate |
Validates a product key or license.
| |
VerifyLicenseKeyDelegate |
Called by Rhino to verify a license key. For details, see http://developer.rhino3d.com/guides/rhinocommon/rhinocommon-zoo-plugins/
| |
VerifyPreviousVersionLicenseDelegate |
Called by GetLicense/AskUserForLicense to verify that a previous version license.
|
Enumeration | Description | |
---|---|---|
DescriptionType |
Rhino plug-in developer information fields.
| |
LicenseBuildType | License build contentType enumerations. | |
LicenseCapabilities |
Controls the buttons that will appear on the license notification window
that is displayed if a license for the requesting product is not found.
Note, the "Close" button will always be displayed.
| |
LicenseType | LicenseType enumeration. | |
LoadPlugInResult | Result of attempting to load a plug-in | |
LoadReturnCode |
Rhino plug-in loading return codes.
| |
PlugInLoadTime |
Rhino plug-in load time enumeration.
| |
PlugInType |
Rhino plug-in type enumeration.
| |
RenderPlugInPreviewRenderTypes | ||
RenderPlugInRenderFeature | ||
ValidateResult | ValidateProductKeyDelegate result code. | |
WriteFileResult |