Salome HOME
#878 Segmentation fault when setting distance on the two same points
[modules/shaper.git] / src / SketchSolver / SketchSolver_Builder.h
index e9aa10d9e9fd9d3efbbec702c50d72eeca2e9769..1fd353f85e541b83478500365ff701cab4cf5cfa 100644 (file)
@@ -35,6 +35,9 @@ public:
   /// \brief Creates temporary constraint to fix the placement of the feature
   SolverConstraintPtr createRigidConstraint(FeaturePtr theFixedFeature);
 
+  /// \brief Creates temporary constraint to fix the feature after movement
+  SolverConstraintPtr createMovementConstraint(FeaturePtr theFixedFeature);
+
   /// \brief Converts sketch parameters to the list of SolveSpace entities.
   ///        Identifiers of entities and parameters are local. They should be changed while adding into storage.
   ///        The sketch entity goes last.