]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix for selection of vertices on imported "solid.brep"
authormpv <mpv@opencascade.com>
Thu, 28 May 2015 09:56:11 +0000 (12:56 +0300)
committermpv <mpv@opencascade.com>
Thu, 28 May 2015 09:56:11 +0000 (12:56 +0300)
src/Model/Model_ResultBody.cpp

index 00a3871e0bcc8055ecdc6a647122b8d47e8e3c59..0a51eaba6123a893a3dbf7a5e69659e25047b191 100644 (file)
@@ -87,7 +87,7 @@ static void EvolutionToSelection(TDF_Label theLab, const bool theFlag) {
     } else if (anEvol == TNaming_DELETE) {
       aBuilder.Delete(aPairsIter->first);
     } else if (anEvol == TNaming_PRIMITIVE) {
-      aBuilder.Generated(aPairsIter->first, aPairsIter->second);
+      aBuilder.Generated(aPairsIter->second);
     }
   }
   // recursive call for all sub-labels