Salome HOME
Fix for the issue #1755 : for now the sketch solver receives all modified entities...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionFuse.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        FeaturesPlugin_RevolutionFuse.cpp
4 // Created:     11 June 2015
5 // Author:      Dmitry Bobylev
6
7 #include "FeaturesPlugin_RevolutionFuse.h"
8
9 //=================================================================================================
10 FeaturesPlugin_RevolutionFuse::FeaturesPlugin_RevolutionFuse()
11 {
12   myFeature = this;
13   myOperationType = BOOL_FUSE;
14 }
15
16 //=================================================================================================
17 void FeaturesPlugin_RevolutionFuse::execute()
18 {
19   executeCompositeBoolean();
20 }