Salome HOME
Task 2.4. Ability to modify the radius of circles and arcs of circle with the mouse
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintFixed.h
index 7d20a432058cdaba748bea0e3d12f3c9d8867e27..41805b4a086f34912d9f8f57cbaf686fb5d4bb5f 100644 (file)
@@ -33,15 +33,12 @@ protected:
   {}
 
   /// \brief Obtain entity to be fixed
-  virtual EntityWrapperPtr entityToFix();
+  EntityWrapperPtr entityToFix();
 
   /// \brief Create Fixed constraint for the feature basing on its type
   /// \param theFeature [in]  feature, converted to solver specific format
   /// \return Fixed constraint
-  virtual ConstraintWrapperPtr fixFeature(EntityWrapperPtr theFeature);
-
-  /// \brief Get list of parameters of current entity
-  static GCS::VEC_pD toParameters(const EntityWrapperPtr& theEntity);
+  ConstraintWrapperPtr fixFeature(EntityWrapperPtr theFeature);
 
 protected:
   std::vector<double> myFixedValues;