Salome HOME
updated copyright message
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_EllipticArc.h
index 4b84d3bcfdf018e3c3cac1b3478e3c3e59736fa9..d9c6b7f7f8de4323200ec23ca5aacc29f1c415f9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2023  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
@@ -25,7 +25,7 @@
 
 /**\class SketchPlugin_EllipticArc
  * \ingroup Plugins
- * \brief Feature for creation of the new elliptical arc in Sketch.
+ * \brief Feature for creation of the new elliptic arc in Sketch.
  */
 class SketchPlugin_EllipticArc: public SketchPlugin_SketchEntity
 {
@@ -144,6 +144,9 @@ private:
   bool fillCharacteristicPoints();
 
   void createEllipticArc(SketchPlugin_Sketch* theSketch);
+
+private:
+  double myParamDelta;
 };
 
 #endif