EgtExecutor 1.9a3 :

- modifiche per Triangle3dEx in Zmap.
This commit is contained in:
Dario Sassi
2018-01-22 11:03:09 +00:00
parent aacdc8cfc7
commit ef2c00835c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1120,7 +1120,7 @@ ExeCreateSurfTmByVolZmap( int nParentId, int nZmapId, int nPart)
bOk = bOk && StmFts.Start() ;
// recupero i triangoli del bordo dello Zmap
INTVECTOR vnModif ;
TRIA3DLISTVECTOR vlTria ;
TRIA3DEXLISTVECTOR vlTria ;
int nCount = ( bOk ? pVZM->GetBlockCount() : 0) ;
( bOk ? pVZM->GetTriangles( false, vnModif, vlTria) : false) ;
for ( int i = 0 ; i < nCount && bOk ; ++ i) {