RhinoCommon API
Rhino.PlugIns Namespace |
[Missing <summary> documentation for "N:Rhino.PlugIns"]

Class | Description | |
---|---|---|
![]() | CustomRenderSaveFileTypes | |
![]() | DigitizerPlugIn | |
![]() | FileExportPlugIn | |
![]() | FileImportPlugIn | |
![]() | FileTypeList | |
![]() | LicenseChangedEventArgs | |
![]() | LicenseData | Zoo plugin 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 | |
![]() | PlugInDescriptionAttribute | |
![]() | PlugInInfo |
Contains detailed information about a Rhino plug-in.
|
![]() | PreviewNotification | |
![]() | RenderPlugIn |

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 | |
![]() | 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 | |
![]() | PlugInLoadTime | |
![]() | PlugInType | |
![]() | RenderPlugInPreviewRenderTypes | |
![]() | RenderPlugInRenderFeature | |
![]() | ValidateResult | ValidateProductKeyDelegate result code. |
![]() | WriteFileResult |