EgtExchange 1.5d2 :
- aggiunto accorpamento vertici - aggiunta importazione STL binari.
This commit is contained in:
+2
-3
@@ -86,11 +86,10 @@ ExcExecutor::ExecuteImportStl( const string& sCmd2, const STRVECTOR& vsParams)
|
||||
}
|
||||
|
||||
// eseguo l'importazione
|
||||
if ( ! pImpStl->Import( vsParams[0], m_pGDB, nId))
|
||||
return false ;
|
||||
bool bOk = pImpStl->Import( vsParams[0], m_pGDB, nId) ;
|
||||
|
||||
// cancello l'importatore
|
||||
delete pImpStl ;
|
||||
|
||||
return true ;
|
||||
return bOk ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user