X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_Group.h;h=79f5f9fe04350c2ec7f5f4c7d0bbe9f3ee4342aa;hb=04a8a265b25901dd54e34d449f8d0c64304f1e69;hp=534d48051b4ee4dac9185f58af6fdc0717ebfa0a;hpb=0d245288551534bd4327b2be5709a46e7debd28d;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_Group.h b/src/SketchSolver/SketchSolver_Group.h index 534d48051..79f5f9fe0 100644 --- a/src/SketchSolver/SketchSolver_Group.h +++ b/src/SketchSolver/SketchSolver_Group.h @@ -154,6 +154,9 @@ private: /// \brief Apply temporary rigid constraints for the list of features void fixFeaturesList(AttributeRefListPtr theList); + /// \brief Append given constraint to th group of temporary constraints + void setTemporary(SolverConstraintPtr theConstraint); + private: Slvs_hGroup myID; ///< Index of the group Slvs_hEntity myWorkplaneID; ///< Index of workplane, the group is based on