SHAPER  9.12.0
FeaturesPlugin_Plugin Class Reference

The main class for management the 3D features as plugin. More...

Inheritance diagram for FeaturesPlugin_Plugin:
Inheritance graph

Public Member Functions

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

Detailed Description

The main class for management the 3D features as plugin.

Constructor & Destructor Documentation

◆ FeaturesPlugin_Plugin()

FeaturesPlugin_Plugin::FeaturesPlugin_Plugin ( )

Default constructor.

Member Function Documentation

◆ createFeature()

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

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

Implements ModelAPI_Plugin.