Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSet / PartSet_OperationSketchBase.h
index 1a99babc94de8702687a8af90ff1981150952988..92500d786fb306f3b06f6c0a494565d6964f8384 100644 (file)
@@ -30,6 +30,10 @@ public:
 
   /// Returns the feature preview shape
   const TopoDS_Shape& preview() const;
+
+  /// Returns the operation local selection mode
+  /// \return the selection mode
+  virtual int getSelectionMode() const;
 };
 
 #endif