EgtExecutor 1.6k1 :

- aggiunto offset di regione
- se operazioni su regioni producono regione vuota, si cancella.
This commit is contained in:
Dario Sassi
2015-11-03 21:27:09 +00:00
parent 9b181e4b87
commit 187b45cec0
4 changed files with 53 additions and 1 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ ExeCreateSurfFlatRegion( int nParentId, INTVECTOR& vCrvIds, int* pnCount)
// se richiesto, salvo il comando Lua equivalente
if ( IsCmdLog()) {
string sLua = "EgtSurfFlatRegion(" + IdToString( nParentId) + ",{" +
IdListToString( vCrvIds) + "}," +
IdListToString( vCrvIds) + "})" +
" -- Id=" + ToString( nFirstId) + ",Nbr=" + ToString( nCount) ;
LOG_INFO( GetCmdLogger(), sLua.c_str()) ;
}