EgtExchange 2.5f2 :
- modifica a export Svg per evitare segnalazione di errori trascurabili.
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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()) ;
|
||||
|
||||
Reference in New Issue
Block a user