20 #ifndef FeaturesPlugin_ExtrusionBoolean_H_
21 #define FeaturesPlugin_ExtrusionBoolean_H_
23 #include "FeaturesPlugin_Extrusion.h"
24 #include "FeaturesPlugin_CompositeBoolean.h"
41 ListOfMakeShape& theMakeShapes);
45 const GeomShapePtr theBaseShape,
46 const std::shared_ptr<GeomAlgoAPI_MakeShape> theMakeShape);
50 virtual void getSizes(
double& theToSize,
double& theFromSize);
Interface for the composite boolean feature.
Definition: FeaturesPlugin_CompositeBoolean.h:34
Interface for the composite extrusion feature.
Definition: FeaturesPlugin_ExtrusionBoolean.h:31
virtual void getSizes(double &theToSize, double &theFromSize)
Calculate prism sizes to ensure that it passes through all objects Redefined from FeaturesPlugin_Extr...
Definition: FeaturesPlugin_ExtrusionBoolean.cpp:52
void storeGenerationHistory(ResultBodyPtr theResultBody, const GeomShapePtr theBaseShape, const std::shared_ptr< GeomAlgoAPI_MakeShape > theMakeShape)
Stores generation history.
Definition: FeaturesPlugin_ExtrusionBoolean.cpp:44
bool makeGeneration(ListOfShape &theBaseShapes, ListOfMakeShape &theMakeShapes)
This function need to be defined for extrusion/revolution generation.
Definition: FeaturesPlugin_ExtrusionBoolean.cpp:36
virtual void initAttributes()
Request for initialization of data model of the feature: adding all attributes.
Definition: FeaturesPlugin_ExtrusionBoolean.cpp:28
Feature for creation of extrusion from the planar face.
Definition: FeaturesPlugin_Extrusion.h:37