X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Sketch.h;h=a6ce997207990eed4572ad8ec1110b5d09385546;hb=c6745a6b1ad00c0285fab5aeac2cb0d57afef5cc;hp=2f722b5e5ae053ade63b6d2ea2daf45c21682433;hpb=4efa9bb9d29c7dcdd986abcf773058a663e3bfc2;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Sketch.h b/src/SketchAPI/SketchAPI_Sketch.h index 2f722b5e5..a6ce99720 100644 --- a/src/SketchAPI/SketchAPI_Sketch.h +++ b/src/SketchAPI/SketchAPI_Sketch.h @@ -311,14 +311,6 @@ public: bool theInversed = false); /// Add elliptic arc SKETCHAPI_EXPORT - std::shared_ptr addEllipticArc( - const std::shared_ptr& theCenter, - const std::shared_ptr& theFocus, - const std::shared_ptr& theStart, - const std::shared_ptr& theEnd, - bool theInversed = false); - /// Add elliptic arc - SKETCHAPI_EXPORT std::shared_ptr addEllipticArc( const std::pair, ModelHighAPI_RefAttr>& theCenter, const std::pair, ModelHighAPI_RefAttr>& theMajorAxisPoint,