EgtExchange 2.5f2 :

- modifica a export Svg per evitare segnalazione di errori trascurabili.
This commit is contained in:
DarioS
2023-06-23 16:58:58 +02:00
parent edf44dd718
commit dc7977d64e
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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<ICurveComposite> pLoop( CreateCurveComposite()) ;