Salome HOME
Updated copyright comment
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Projection.h
index aea956bc5fb72f683d138b3f166f8a05dc0d3d8e..e3aa466b4beee6e688a66fdc184d3787be22de60 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -126,7 +126,8 @@ private:
   /// \brief Fill attributes of the Arc feature
   bool fillArc(FeaturePtr& theProjection,
                const std::shared_ptr<GeomAPI_Curve>& theArc,
-               const std::shared_ptr<GeomAPI_Pln>& thePlane);
+               const std::shared_ptr<GeomAPI_Pln>& thePlane,
+               const std::shared_ptr<GeomAPI_Edge>& theOriginalEdge);
   /// \brief Fill attributes of the Circle feature
   bool fillCircle(FeaturePtr& theProjection,
                   const std::shared_ptr<GeomAPI_Curve>& theCircle,
@@ -138,7 +139,8 @@ private:
   /// \brief Fill attributes of the EllipticArc feature
   bool fillEllipticArc(FeaturePtr& theProjection,
                        const std::shared_ptr<GeomAPI_Curve>& theEllipticArc,
-                       const std::shared_ptr<GeomAPI_Pln>& thePlane);
+                       const std::shared_ptr<GeomAPI_Pln>& thePlane,
+                       const std::shared_ptr<GeomAPI_Edge>& theOriginalEdge);
   /// \brief Fill attributes of the B-spline feature
   bool fillBSpline(FeaturePtr& theProjection,
                    const std::shared_ptr<GeomAPI_Curve>& theCurve,