X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Arc.cpp;h=bce4017792ed2196973d772ab33b0f479e78b250;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=d6a84f60feb007f3c9953cea25ddb18794e28266;hpb=17d8a9be9ff8975e7551160a82116a65e1203128;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Arc.cpp b/src/SketchAPI/SketchAPI_Arc.cpp index d6a84f60f..bce401779 100644 --- a/src/SketchAPI/SketchAPI_Arc.cpp +++ b/src/SketchAPI/SketchAPI_Arc.cpp @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> - -// File: SketchAPI_Arc.cpp -// Created: 09 June 2016 -// Author: Dmitry Bobylev +// Copyright (C) 2014-2023 CEA, EDF +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #include "SketchAPI_Arc.h" @@ -16,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) @@ -65,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()) { @@ -116,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());