Salome HOME
Issue #3086: Avoid crash when FeatureInfo is null.
[modules/shaper.git] / src / SketchAPI / SketchAPI_Sketch.h
index 2f722b5e5ae053ade63b6d2ea2daf45c21682433..a6ce997207990eed4572ad8ec1110b5d09385546 100644 (file)
@@ -311,14 +311,6 @@ public:
       bool theInversed = false);
   /// Add elliptic arc
   SKETCHAPI_EXPORT
-  std::shared_ptr<SketchAPI_EllipticArc> addEllipticArc(
-      const std::shared_ptr<GeomAPI_Pnt2d>& theCenter,
-      const std::shared_ptr<GeomAPI_Pnt2d>& theFocus,
-      const std::shared_ptr<GeomAPI_Pnt2d>& theStart,
-      const std::shared_ptr<GeomAPI_Pnt2d>& theEnd,
-      bool theInversed = false);
-  /// Add elliptic arc
-  SKETCHAPI_EXPORT
   std::shared_ptr<SketchAPI_MacroEllipticArc> addEllipticArc(
       const std::pair<std::shared_ptr<GeomAPI_Pnt2d>, ModelHighAPI_RefAttr>& theCenter,
       const std::pair<std::shared_ptr<GeomAPI_Pnt2d>, ModelHighAPI_RefAttr>& theMajorAxisPoint,