Salome HOME
Issue #1664: In the Sketcher, add the function Split a segment: split of arc, move...
[modules/shaper.git] / src / PartSet / PartSet_SketcherReetntrantMgr.h
index 72921d803030cd10462df0fcab36ed946138f077..81f3433f8fbdded25b15605492f7c4a57df9d244 100755 (executable)
@@ -160,7 +160,9 @@ private:
                                       const std::shared_ptr<ModelAPI_CompositeFeature>& theSketch,
                                       const bool isTemporary = false);
 
-  static bool isTangentArc(ModuleBase_Operation* theOperation);
+  /// Checks whethe the feature of the given operation has kind an arc and the arc type is tangent
+  static bool isTangentArc(ModuleBase_Operation* theOperation,
+                           const std::shared_ptr<ModelAPI_CompositeFeature>& theSketch);
 
   /// Accept All action is enabled if an internal edit is started. It updates the state of the button
   void updateAcceptAllAction();