SHAPER  9.12.0
ExchangePlugin_Plugin Class Reference

The main class for management import and export operations as plugin. More...

Inheritance diagram for ExchangePlugin_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...
 

Detailed Description

The main class for management import and export operations as plugin.

Member Function Documentation

◆ createFeature()

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

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

Implements ModelAPI_Plugin.