EgtExecutor :

- migliorie a ExeAdjustFlatPartLayer per propagare le Info.
This commit is contained in:
Dario Sassi
2020-01-21 11:00:13 +00:00
parent 58ce77fd00
commit dbf5cf4e48
2 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -1755,7 +1755,7 @@ MyCreateCurveCompoByChain( int nParentId, const INTVECTOR& vIds,
++ nCount ;
// assegno nota con curve originali
if ( ! bErase)
pGeomDB->SetInfo( nNewId, "ORIG", vOrig) ;
pGeomDB->SetInfo( nNewId, CRV_ORIG, vOrig) ;
}
// se ok e richiesta cancellazione curve originali
if ( nFirstId != GDB_ID_NULL && bErase) {