SHAPER
9.13.0
|
Interface common for any plugin: allows to use plugin by the plugins manager. More...
Public Member Functions | |
virtual std::shared_ptr< ModelAPI_Feature > | createFeature (std::string theFeatureID)=0 |
Creates the feature object of this plugin by the feature string ID. More... | |
virtual | ~ModelAPI_Plugin () |
To virtually destroy the fields of successors. More... | |
Interface common for any plugin: allows to use plugin by the plugins manager.
|
virtual |
To virtually destroy the fields of successors.
|
pure virtual |
Creates the feature object of this plugin by the feature string ID.
Implemented in SketchPlugin_Plugin, SamplePanelPlugin_Plugin, PrimitivesPlugin_Plugin, PartSetPlugin_Plugin, ParametersPlugin_Plugin, GeomValidators_Plugin, GDMLPlugin_Plugin, FiltersPlugin_Plugin, FeaturesPlugin_Plugin, ExchangePlugin_Plugin, ConstructionPlugin_Plugin, CollectionPlugin_Plugin, and BuildPlugin_Plugin.