OptionaldescriptionOptional description of the plugin
Unique identifier for the plugin
OptionalversionVersion of the plugin
Called when the plugin is loaded.
This method is invoked when the plugin is registered with the plugin manager. Use this method to:
The current application context (view, document)
The command manager for registering commands
Called when the plugin is unloaded.
This method is invoked when the plugin is removed from the plugin manager. Use this method to:
The current application context (view, document)
The command manager for unregistering commands
Plugin interface that all plugins must implement.
Plugins can extend the functionality of the CAD viewer by:
Example