X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_EllipticArc.h;h=a7e8b3632480aecf6b4433d9179605ef55e7b840;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=b6c6e1c71e5eee6ae5f620da010f08acee761741;hpb=f1d9eaf541b43d0569e6fa00edb1ab2ee74aca0d;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_EllipticArc.h b/src/SketchPlugin/SketchPlugin_EllipticArc.h index b6c6e1c71..a7e8b3632 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, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -144,6 +144,9 @@ private: bool fillCharacteristicPoints(); void createEllipticArc(SketchPlugin_Sketch* theSketch); + +private: + double myParamDelta; }; #endif