]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_MacroEllipticArc.h
Salome HOME
Copyright update 2022
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_MacroEllipticArc.h
index d0c8982c46ab0d6731d6d3f850bffb183774937e..b378a3f23ad34827f41bc5150b253b2e32c51f61 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2022  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
@@ -36,7 +36,7 @@ class SketchPlugin_MacroEllipticArc: public SketchPlugin_SketchEntity,
                                      public GeomAPI_IPresentable,
                                      public ModelAPI_IReentrant
 {
- public:
+public:
   /// Elliptic arc feature kind
   inline static const std::string& ID()
   {
@@ -158,10 +158,8 @@ class SketchPlugin_MacroEllipticArc: public SketchPlugin_SketchEntity,
 private:
   std::shared_ptr<GeomAPI_Shape> getArcShape();
 
-////  void constraintsForEllipseByCenterAxisAndPassed(FeaturePtr theEllipseFeature);
-////  void constraintsForEllipseByMajoxAxisAndPassed(FeaturePtr theEllipseFeature);
-
   FeaturePtr createEllipticArcFeature();
+  void constraintsForEllipticArc(FeaturePtr theEllipticArc);
 
 private:
   std::shared_ptr<GeomAPI_Pnt2d> myCenter;