Salome HOME
Task #3231: Sketcher Offset of a curve
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_EllipticArc.h
index 4b84d3bcfdf018e3c3cac1b3478e3c3e59736fa9..f3730d1662ed9f5c921807557d8abecb07c2d121 100644 (file)
@@ -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