Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintRigid.h
index 93de5836226da0e16e3e5750b81056ae415c7aa9..1fcb896e1b6d2d568fe078d8403aa1fc0c43be11 100644 (file)
@@ -67,8 +67,8 @@ private:
   /// \return \c true, if the Equal constrait is found
   bool isUsedInEqual(const Slvs_Entity& theEntity, Slvs_Constraint& theEqual) const;
 
-  /// \brief Verifies the entity is already fixed
-  bool isFixed(const Slvs_Entity& theEntity) const;
+  /// \brief Check the entity is horizontal of vertical
+  bool isAxisParallel(const Slvs_Entity& theEntity) const;
 
 protected:
   FeaturePtr myBaseFeature; ///< fixed feature (when it is set, myBaseConstraint should be NULL)