Salome HOME
Fix the revolution algorithm revolving an edge between faces.
[modules/shaper.git] / src / PartSet / PartSet_Module.h
index bd91508616f0262bbe80aa3802e9b88f28b29ecf..1cf8750e8847b55dea908c16928949a9bc450862 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -412,7 +412,9 @@ public slots:
 
   /// Called on transformation in current viewer
   /// \param theTrsfType type of tranformation
-  void onViewTransformed(int theTrsfType = 2);
+  virtual void onViewTransformed(int theTrsfType = 2);
+
+  void onConflictingConstraints();
 
 protected slots:
   /// Called when previous operation is finished