Salome HOME
Issue #1366: "Partition" feature now modified to "Generalized Partition"
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Arc.h
index 6accaa209230d9e7d68e0fdbfeb4f102cb5f7796..37d1d8ff63a9bd62f22352da08949a847ab8d03a 100644 (file)
@@ -129,6 +129,9 @@ private:
 
   /// Compose constraints to build tangency arc
   void tangencyArcConstraints();
+
+  /// Project end point of arc to the circle
+  void projectEndPoint();
 };
 
 #endif