Salome HOME
Issue #1343. Improvement of Extrusion and Revolution operations: sketch creator setSe...
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchCreator.h
index 8ccb24b25df4c4397b739c0f07d0912f2c834a1f..a53166444448a22d198a1c5ac495bab356046d09 100644 (file)
@@ -77,6 +77,11 @@ public:
   static bool canCommitCurrentSketch(ModuleBase_IWorkshop* theWorkshop);
 
 protected:
+  /// Checks whether the selection presentation contains preview planes
+  /// \param theValue a selection information
+  /// \return a boolean value
+  virtual bool isValidSelectionCustom(const ModuleBase_ViewerPrs& theValue);
+
   /// Saves the internal parameters to the given feature
   /// \return True in success
   virtual bool storeValueCustom() const;