EgtGeomKernel 2.5g1 :
- aggiunta funzione GetSurfTmNearestVertex - a SurfTriMesh aggiunti metodi MoveVertex e GetAllVertInFacet - corretta DoCompacting di SurfTriMesh aggiungendo verifica del calcolo della normale dei triangoli.
This commit is contained in:
+1
-1
@@ -453,7 +453,7 @@ GeomDB::Save( const INTVECTOR& vId, const string& sFileOut, int nFlag) const
|
||||
return false ;
|
||||
|
||||
// ciclo sugli oggetti da esportare
|
||||
unordered_set<int> usSavedId ;
|
||||
INTUNORDSET usSavedId ;
|
||||
for ( const auto nId : vId) {
|
||||
|
||||
// se già salvato, passo oltre
|
||||
|
||||
Reference in New Issue
Block a user