X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_EllipticArc.h;h=d9c6b7f7f8de4323200ec23ca5aacc29f1c415f9;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=4b84d3bcfdf018e3c3cac1b3478e3c3e59736fa9;hpb=d2026409659dfa0a142d1b018b3cec5d94932a7a;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_EllipticArc.h b/src/SketchPlugin/SketchPlugin_EllipticArc.h index 4b84d3bcf..d9c6b7f7f 100644 --- a/src/SketchPlugin/SketchPlugin_EllipticArc.h +++ b/src/SketchPlugin/SketchPlugin_EllipticArc.h @@ -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