20 #ifndef FeaturesPlugin_RevolutionBoolean_H_
21 #define FeaturesPlugin_RevolutionBoolean_H_
23 #include "FeaturesPlugin_Revolution.h"
24 #include "FeaturesPlugin_CompositeBoolean.h"
41 ListOfMakeShape& theMakeShapes);
45 const GeomShapePtr theBaseShape,
46 const std::shared_ptr<GeomAlgoAPI_MakeShape> theMakeShape);
Interface for the composite boolean feature.
Definition: FeaturesPlugin_CompositeBoolean.h:34
Interface for the composite revolution feature.
Definition: FeaturesPlugin_RevolutionBoolean.h:31
void storeGenerationHistory(ResultBodyPtr theResultBody, const GeomShapePtr theBaseShape, const std::shared_ptr< GeomAlgoAPI_MakeShape > theMakeShape)
Stores generation history.
Definition: FeaturesPlugin_RevolutionBoolean.cpp:38
bool makeGeneration(ListOfShape &theBaseShapes, ListOfMakeShape &theMakeShapes)
This function need to be defined for extrusion/revolution generation.
Definition: FeaturesPlugin_RevolutionBoolean.cpp:31
virtual void initAttributes()
Request for initialization of data model of the feature: adding all attributes.
Definition: FeaturesPlugin_RevolutionBoolean.cpp:23
Feature for creation of revolution from the planar face.
Definition: FeaturesPlugin_Revolution.h:35