X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_Manager.h;h=ce83c3d9b9355c01143917f250c8c47e0200b1aa;hb=ea593bc59e7e9461f6c4e2afd3f24d621edb1011;hp=f88e92a3a832309735ae63dfa726ad0c8a98dabf;hpb=449bcc64cb436f1ccf664236f431600b30ce84b4;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_Manager.h b/src/SketchSolver/SketchSolver_Manager.h index f88e92a3a..ce83c3d9b 100644 --- a/src/SketchSolver/SketchSolver_Manager.h +++ b/src/SketchSolver/SketchSolver_Manager.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: SketchSolver_Manager.h -// Created: 08 May 2014 -// Author: Artem ZHIDKOV +// Copyright (C) 2014-2019 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 +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef SketchSolver_Manager_H_ #define SketchSolver_Manager_H_ @@ -16,6 +29,7 @@ class GeomAPI_Pnt2d; class GeomDataAPI_Point2D; +class ModelAPI_CompositeFeature; class SketchPlugin_Constraint; /** \class SketchSolver_Manager @@ -48,13 +62,18 @@ protected: SketchSolver_Manager(); ~SketchSolver_Manager(); -#ifdef SUPPORT_NEW_MOVE /** \brief Adds or updates a constraint or an entity in the suitable group * \param[in] theFeature sketch feature to be changed * \return \c true if the feature changed successfully */ bool updateFeature(const std::shared_ptr& theFeature); + /** \brief Updates the sketch and related constraints, if the sketch plane is changed + * \param[in] theSketch sketch to be updated + * \return \c true if the sketch plane is changed + */ + bool updateSketch(const std::shared_ptr& theSketch); + /** \brief Move feature * \param[in] theMovedFeature dragged sketch feature * \param[in] theFromPoint original position of the feature @@ -74,14 +93,6 @@ protected: bool moveAttribute(const std::shared_ptr& theMovedAttribute, const std::shared_ptr& theFromPoint, const std::shared_ptr& theToPoint); -#else - /** \brief Adds or updates a constraint or an entity in the suitable group - * \param[in] theFeature sketch feature to be changed - * \param[in] theMoved \c true if the feature has been moved in the viewer - * \return \c true if the feature changed successfully - */ - bool updateFeature(std::shared_ptr theFeature, bool theMoved = false); -#endif /** \brief Removes a constraint from the manager * \param[in] theConstraint constraint to be removed