Click or drag to resize

Rhino.PlugIns Namespace

[Missing <summary> documentation for "N:Rhino.PlugIns"]

Classes
  ClassDescription
Public classCustomRenderSaveFileTypes
Public classDigitizerPlugIn
A Rhino plug-in that interfaces with 3-D digitizing or input devices.
Public classFileExportPlugIn
Rhino plug-in that exports data from Rhino to other file formats; can support more than one format.
Public classFileImportPlugIn
Rhino plug-in that imports data from other file formats into Rhino; can support more that one format.
Public classFileTypeList
Public classLicenseChangedEventArgs
Public classLicenseData
Zoo plug-in license data.
Public classLicenseIdAttribute
Public classLicenseLease
LicenseLease represents a lease returned from the Cloud Zoo
Public classLicenseLeaseChangedEventArgs
Arguments for OnLeaseChangedDelegate
Public classLicenseStatus
LicenseStatus class.
Public classLicenseUtils
License Manager Utilities.
Public classPlugIn
A general purpose utility plug-in that can contain one or more commands.
Public classPlugInUnknownUserDataEventArgs
Event argument passed to the UnknownUserData event.
Public classPlugInDescriptionAttribute
Rhino plug-in developer information attributes.
Public classPlugInInfo
Contains detailed information about a Rhino plug-in.
Public classPreviewNotification
Public classRenderPlugIn
A Rhino rendering plugin; applies materials, textures, and lights to a scene to produce rendered images.
Delegates
  DelegateDescription
Public delegateCustomRenderSaveFileTypesSaveFileHandler
Called when a user chooses to save a rendered scene as this custom file type.
Public delegateOnLeaseChangedDelegate
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.
Public delegateValidateProductKeyDelegate
Validates a product key or license.
Public delegateVerifyLicenseKeyDelegate
Called by Rhino to verify a license key. For details, see http://developer.rhino3d.com/guides/rhinocommon/rhinocommon-zoo-plugins/
Public delegateVerifyPreviousVersionLicenseDelegate
Called by GetLicense/AskUserForLicense to verify that a previous version license.
Enumerations
  EnumerationDescription
Public enumerationDescriptionType
Rhino plug-in developer information fields.
Public enumerationLicenseBuildType
License build contentType enumerations.
Public enumerationLicenseCapabilities
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.
Public enumerationLicenseType
LicenseType enumeration.
Public enumerationLoadPlugInResult
Result of attempting to load a plug-in
Public enumerationLoadReturnCode
Rhino plug-in loading return codes.
Public enumerationPlugInLoadTime
Rhino plug-in load time enumeration.
Public enumerationPlugInType
Rhino plug-in type enumeration.
Public enumerationRenderPlugInPreviewRenderTypes
Public enumerationRenderPlugInRenderFeature
Public enumerationValidateResult
ValidateProductKeyDelegate result code.
Public enumerationWriteFileResult