]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_RevolutionCut.cpp
Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionCut.cpp
index 521e7337b0cfef64909bf4b8c1ef0135ff5eb836..881879717bea197648a45d8c18fa22d89c3784db 100644 (file)
@@ -6,7 +6,15 @@
 
 #include "FeaturesPlugin_RevolutionCut.h"
 
+//=================================================================================================
 FeaturesPlugin_RevolutionCut::FeaturesPlugin_RevolutionCut()
 {
-  myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_CUT;
+  myFeature = this;
+  myOperationType = BOOL_CUT;
+}
+
+//=================================================================================================
+void FeaturesPlugin_RevolutionCut::execute()
+{
+  executeCompositeBoolean();
 }