Salome HOME
#1329 arc tangent arc mode problem
[modules/shaper.git] / src / SketchSolver / SketchSolver_Constraint.h
index 6f8a6fd7942f1f6a34753f1f0bbf05ac6c650dae..3f6e0f281ff300455c1dd650d3f4c46d3002ca54 100644 (file)
@@ -57,13 +57,10 @@ public:
   virtual SketchSolver_ConstraintType getType() const
   { return myType; }
 
-  /// \brief The constraint is made temporary
-  void makeTemporary() const;
-
   /// \brief Verify the feature or any its attribute is used by constraint
-  bool isUsed(FeaturePtr theFeature) const;
+  virtual bool isUsed(FeaturePtr theFeature) const;
   /// \brief Verify the attribute is used by constraint
-  bool isUsed(AttributePtr theAttribute) const;
+  virtual bool isUsed(AttributePtr theAttribute) const;
 
   /// \brief Shows error message
   const std::string& error() const