]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_RevolutionCut.cpp
Salome HOME
Issue #1343: Architecture changes. Composite features now derived from extrusion...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_RevolutionCut.cpp
index 521e7337b0cfef64909bf4b8c1ef0135ff5eb836..7685a77cb45cce3a8c0e3a261d82c680e1ec743f 100644 (file)
@@ -6,7 +6,9 @@
 
 #include "FeaturesPlugin_RevolutionCut.h"
 
+//=================================================================================================
 FeaturesPlugin_RevolutionCut::FeaturesPlugin_RevolutionCut()
 {
-  myBooleanOperationType = GeomAlgoAPI_Boolean::BOOL_CUT;
+  myFeature = this;
+  myOperationType = BOOL_CUT;
 }