From 61dd73aafa0009379230e9539ed9f844c96627d3 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 28 May 2015 12:56:11 +0300 Subject: [PATCH] Fix for selection of vertices on imported "solid.brep" --- src/Model/Model_ResultBody.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Model_ResultBody.cpp b/src/Model/Model_ResultBody.cpp index 00a3871e0..0a51eaba6 100644 --- a/src/Model/Model_ResultBody.cpp +++ b/src/Model/Model_ResultBody.cpp @@ -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 -- 2.39.2