X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchAPI%2FSketchAPI_Rotation.h;h=6d7e2d988d71d5454915310929bd31bcd51c8039;hb=59610176acaef6df307f9a2ec24fe3a14bfaef0b;hp=e9899d001021bbed51df3911152d8a63ed499983;hpb=4e318f7539c90724e703e14e4999e35d7c2941bc;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Rotation.h b/src/SketchAPI/SketchAPI_Rotation.h index e9899d001..6d7e2d988 100644 --- a/src/SketchAPI/SketchAPI_Rotation.h +++ b/src/SketchAPI/SketchAPI_Rotation.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2020 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 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 @@ -82,10 +82,15 @@ public: SKETCHAPI_EXPORT void setRotationList(const std::list >& theObjects); - /// List of rotated objects + /// List of rotated objects. + /// [DEPRECATED]: use rotatedList() instead. SKETCHAPI_EXPORT std::list > rotated() const; + /// List of rotated objects. + SKETCHAPI_EXPORT + std::list > rotatedList() const; + /// Dump wrapped feature virtual void dump(ModelHighAPI_Dumper& theDumper) const; };