X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Arc.cpp;h=8afc14081c2ea2c32ed023c79a2a2b8805c3218f;hb=05c54697df5d6968704e869a4a21102a0477121f;hp=a5e34336cabe0ea487b9111c04f3b926738e78b2;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Arc.cpp b/src/SketchAPI/SketchAPI_Arc.cpp index a5e34336c..8afc14081 100644 --- a/src/SketchAPI/SketchAPI_Arc.cpp +++ b/src/SketchAPI/SketchAPI_Arc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 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 @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include "SketchAPI_Arc.h" @@ -30,9 +29,6 @@ #include #include -/// Obtain constraints prepared by tangent arc -static std::list tangentArcConstraints(const FeaturePtr& theArc); - //================================================================================================ SketchAPI_Arc::SketchAPI_Arc(const std::shared_ptr & theFeature) : SketchAPI_SketchEntity(theFeature) @@ -79,7 +75,7 @@ SketchAPI_Arc::SketchAPI_Arc(const std::shared_ptr& theFeature //================================================================================================ SketchAPI_Arc::SketchAPI_Arc(const std::shared_ptr& theFeature, - const std::string& theExternalName) + const std::wstring& theExternalName) : SketchAPI_SketchEntity(theFeature) { if (initialize()) { @@ -130,7 +126,7 @@ void SketchAPI_Arc::setByExternal(const ModelHighAPI_Selection & theExternal) } //=============================================================================================== -void SketchAPI_Arc::setByExternalName(const std::string & theExternalName) +void SketchAPI_Arc::setByExternalName(const std::wstring & theExternalName) { fillAttribute(ModelHighAPI_Selection("EDGE", theExternalName), external());