diff --git a/EgtExchange.rc b/EgtExchange.rc index ccd46de..ce12e27 100644 Binary files a/EgtExchange.rc and b/EgtExchange.rc differ 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()) ;