DataDoors 2.7e4 :

- altre modifiche per decoro Krepa di DoorArreda (comportamento speciale controllato da info nel file del disegno della decorazione).
This commit is contained in:
Dario Sassi
2025-05-25 21:44:05 +02:00
parent c608187245
commit e44f5fae57
3 changed files with 32 additions and 3 deletions
+5
View File
@@ -107,6 +107,11 @@ function ImportNgeFile.Draw( CustGeomPath, CustGeomFile )
if sMirr then
EgtSetInfo( Lg, 'Mirror', sMirr)
end
-- recupero eventuale flag di rotazione (positivo verso le cerniere)
local sRot = EgtGetInfo( nNewLayer, 'Rotate')
if sRot then
EgtSetInfo( Lg, 'Rotate', sRot)
end
-- riloco tutti i nuovi layer dal nuovo pezzo al pezzo corrente
while nNewLayer do