Salome HOME
There is implemented fixed constraint for the points which coordinates are given...
[modules/shaper.git] / src / SketchSolver / SketchSolver_Builder.h
index 1fd353f85e541b83478500365ff701cab4cf5cfa..21beac3191fe136cf2f47f8a38d055f213b29ea3 100644 (file)
@@ -38,6 +38,9 @@ public:
   /// \brief Creates temporary constraint to fix the feature after movement
   SolverConstraintPtr createMovementConstraint(FeaturePtr theFixedFeature);
 
+  /// \brief Creates constraint for parametrically given attribute
+  SolverConstraintPtr createParametricConstraint(AttributePtr theAttribute);
+
   /// \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.