Salome HOME
PlaneGCSSolver: update Angle constraint to be consistent with SketchPlugin_Constraint...
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintFixed.h
index 0c9f2436e2b2eb475ab697fe0018467a45b1aa32..518683755ec1a8a74a0663da75b8bfe174057f60 100644 (file)
@@ -45,22 +45,6 @@ protected:
   /// \param theFeature [in]  feature, converted to solver specific format
   virtual void fixFeature(EntityWrapperPtr theFeature);
 
-////  /// \brief Fix given point
-////  /// \return ID of the Fixed constraint
-////  Slvs_hConstraint fixPoint(const Slvs_hEntity& thePointID);
-////
-////  /// \brief Returns ID of fixed entity
-////  Slvs_hEntity fixedEntity() const;
-////
-////  /// \brief Fixing line position (start and end points)
-////  void fixLine(const Slvs_Entity& theLine);
-////  /// \brief Fixing circle (center and radius)
-////  void fixCircle(const Slvs_Entity& theCircle);
-////  /// \brief The arc is fixed differently to avoid SolveSpace problems (overconstraint)
-////  ///
-////  /// There will be fixed start and end points and the radius of the arc.
-////  void fixArc(const Slvs_Entity& theArc);
-
 protected:
   FeaturePtr myBaseFeature; ///< fixed feature (when it is set, myBaseConstraint should be NULL)