SHAPER  9.12.0
BuildPlugin_Plugin Class Reference

The main class for management the build features as plugin. More...

Inheritance diagram for BuildPlugin_Plugin:
Inheritance graph

Public Member Functions

 BuildPlugin_Plugin ()
 Default constructor. More...
 
virtual FeaturePtr createFeature (std::string theFeatureID)
 Creates the feature object of this plugin by the feature string ID. More...
 

Detailed Description

The main class for management the build features as plugin.

Constructor & Destructor Documentation

◆ BuildPlugin_Plugin()

BuildPlugin_Plugin::BuildPlugin_Plugin ( )

Default constructor.

Member Function Documentation

◆ createFeature()

FeaturePtr BuildPlugin_Plugin::createFeature ( std::string  theFeatureID)
virtual

Creates the feature object of this plugin by the feature string ID.

Implements ModelAPI_Plugin.