From dc7977d64e00a308725dc19e2b4adabf22f6fd28 Mon Sep 17 00:00:00 2001 From: DarioS Date: Fri, 23 Jun 2023 16:58:58 +0200 Subject: [PATCH] EgtExchange 2.5f2 : - modifica a export Svg per evitare segnalazione di errori trascurabili. --- EgtExchange.rc | Bin 11670 -> 11670 bytes ExportSvg.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/EgtExchange.rc b/EgtExchange.rc index ccd46de03e5a3b388548c275c69a63edcd749603..ce12e27e74f5b88d7428cf4db3dec4de1fe0c953 100644 GIT binary patch delta 86 zcmbOhJuP~}FE&P_&3E|@GELsYnFC~gl&oglyoB3=87yoFqCQGiGH&h=wt@&Dsoczh KrYJz!jSB#Ue;(2R delta 86 zcmbOhJuP~}FE&QQ&3E|@GELsYnFC~gl&oglyoB3=87yoFqCQGiGH&h=wt@&Dsoczh KrYJz!jSB#TEgs4M diff --git a/ExportSvg.cpp b/ExportSvg.cpp index aba3d1d..5508a41 100644 --- a/ExportSvg.cpp +++ b/ExportSvg.cpp @@ -604,7 +604,7 @@ ExportSvg::ExportTriMesh( const string& sName, const Color& colObj, const IGeoOb continue ; POLYLINEVECTOR vPL ; if ( ! pStm->GetFacetLoops( nF, vPL)) - return false ; + continue ; // ciclo sui loop di una faccia for ( int nL = 0 ; nL < int( vPL.size()) ; ++ nL) { PtrOwner pLoop( CreateCurveComposite()) ;