Salome HOME
Merge remote-tracking branch 'remotes/origin/EDF_2020_Lot2'
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_CompositeBoolean.h
index c05fafcece58f3b0f321af78e03df02a107d54a8..fd2fee853b0accaa82b72a299231afbec8ee05e6 100644 (file)
@@ -49,6 +49,8 @@ public:
   /// Performs the algorithm and stores results it in the data structure.
   FEATURESPLUGIN_EXPORT virtual void executeCompositeBoolean();
 
+  const OperationType& operationType() const { return myOperationType; }
+
 protected:
   struct ResultBaseAlgo {
     ResultBodyPtr resultBody;