20 #ifndef FeaturesPlugin_RevolutionFuse_H_
21 #define FeaturesPlugin_RevolutionFuse_H_
23 #include "FeaturesPlugin_RevolutionBoolean.h"
36 inline static const std::string&
ID()
38 static const std::string MY_REVOLUTION_ID(
"RevolutionFuse");
39 return MY_REVOLUTION_ID;
43 FEATURESPLUGIN_EXPORT
virtual const std::string&
getKind()
50 FEATURESPLUGIN_EXPORT
virtual void execute();
Interface for the composite revolution feature.
Definition: FeaturesPlugin_RevolutionBoolean.h:31
This feature allows to create sketch, revol faces from this sketch and fuse result with other objects...
Definition: FeaturesPlugin_RevolutionFuse.h:30
FeaturesPlugin_RevolutionFuse()
Use plugin manager for features creation.
Definition: FeaturesPlugin_RevolutionFuse.cpp:23
virtual const std::string & getKind()
Definition: FeaturesPlugin_RevolutionFuse.h:43
static const std::string & ID()
Feature kind.
Definition: FeaturesPlugin_RevolutionFuse.h:36
virtual void execute()
Performs the algorithm and stores results it in the data structure.
Definition: FeaturesPlugin_RevolutionFuse.cpp:30