X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintMovement.h;h=63211fa4fb6262ec8c0f5462bedb468127c84603;hb=4f565b2204d3fba046aa8c851abada2a5a17bf6c;hp=484b7bb56a0da1a351a7c31992d6f38786cca52c;hpb=c3aeb6b898054376c1047071ea9fea61abdc9e99;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintMovement.h b/src/SketchSolver/SketchSolver_ConstraintMovement.h index 484b7bb56..63211fa4f 100644 --- a/src/SketchSolver/SketchSolver_ConstraintMovement.h +++ b/src/SketchSolver/SketchSolver_ConstraintMovement.h @@ -29,7 +29,7 @@ public: {} /// \brief Tries to remove constraint - /// \return \c false, if current constraint contains another SketchPlugin + /// \return \c false, if current constraint contains another SketchPlugin /// constraints (like for multiple coincidence) virtual bool remove(); @@ -39,9 +39,9 @@ protected: /// \brief Generate list of attributes of constraint in order useful for SolveSpace constraints /// \param[out] theValue numerical characteristic of constraint (e.g. distance) - /// \param[out] theAttributes list of attributes to be filled + /// \param[out] theAttributes list of attributes to be filled /// (list of moved entities or attributes) - virtual void getAttributes(ParameterWrapperPtr& theValue, + virtual void getAttributes(ParameterWrapperPtr& theValue, std::vector& theAttributes); private: