X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintMiddle.h;h=a802f508470f697b4405402c79af54fc8a7ab10e;hb=05c54697df5d6968704e869a4a21102a0477121f;hp=2f605a2a3af6942f7d6d0fde5a0e0666bfe1ab5f;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintMiddle.h b/src/SketchSolver/SketchSolver_ConstraintMiddle.h index 2f605a2a3..a802f5084 100644 --- a/src/SketchSolver/SketchSolver_ConstraintMiddle.h +++ b/src/SketchSolver/SketchSolver_ConstraintMiddle.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 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 @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef SketchSolver_ConstraintMiddle_H_ @@ -39,6 +38,9 @@ public: virtual void notify(const FeaturePtr& theFeature, PlaneGCSSolver_Update* theUpdater); + /// \brief Remove constraint + virtual bool remove(); + protected: /// \brief Generate list of attributes of constraint in order useful for constraints /// \param[out] theValue numerical characteristic of constraint (e.g. distance) @@ -48,6 +50,7 @@ protected: private: ConstraintWrapperPtr myMiddle; + GCSPointPtr myOddPoint; ///< auxiliary point to adjust midpoint-on-arc }; #endif