From 5d0b52d4d5e3a95f56e6189cf1977f93ddbd9972 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 13 Sep 2019 06:26:58 +0000 Subject: [PATCH] EgtGeomKernel : - correzione in GetEdges di VolZmap. --- VolZmapGraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VolZmapGraphics.cpp b/VolZmapGraphics.cpp index 05209e8..45c868f 100644 --- a/VolZmapGraphics.cpp +++ b/VolZmapGraphics.cpp @@ -4619,7 +4619,7 @@ VolZmap::GetEdges( ICURVEPOVECTOR& vpCurve) const bool bInvert = ( vId[i] < 0) ; PtrOwner pLine( CreateCurveLine()) ; if ( IsNull( pLine) || ! pLine->Set( vBpt[nInd].first, vBpt[nInd].second)) - return false ; + continue ; if ( bInvert) pLine->Invert() ; // lo accodo alla composita