X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPartSet%2FPartSet_Tools.h;h=3bbebc781b5dbd17262dccfa6d3e79cb0d36e93d;hb=09dabb6acd9664f589a0bd9415d804d7a37ab801;hp=bd68e4fb6596b2606ba79787de47d6cf9b74466e;hpb=9ddad7aadf48e6754d8ddeea4eaf0c37c66a9b8f;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Tools.h b/src/PartSet/PartSet_Tools.h index bd68e4fb6..3bbebc781 100755 --- a/src/PartSet/PartSet_Tools.h +++ b/src/PartSet/PartSet_Tools.h @@ -239,8 +239,8 @@ public: * Gets all references to the feature, take coincidence constraint features, get point 2d attributes * and compare the point value to be equal with the given. Returns the first feature, which has * equal points. - * \param theSearchInResults a flag whether the conicidence feature shoudl be searched in - * references of the feature results. + * \param theFeature the coincidence feature + * \param thePoint a 2d point * \return the coincidence feature or null */ static FeaturePtr findFirstCoincidence(const FeaturePtr& theFeature, @@ -250,6 +250,7 @@ public: * Returns list of features connected in a councedence feature point * \param theStartCoin the coincidence feature * \param theList a list which collects lines features + * \param theCoincidencies a list of coincidence features * \param theAttr the attribute name */ static void findCoincidences(FeaturePtr theStartCoin, QList& theList,