DataWindow :

- aggiornate chiavi tabelle per liste con dimensioni vetri e pezzi.
This commit is contained in:
SaraP
2025-08-04 11:39:32 +02:00
parent 12d533288e
commit a5d68b69f9
+2 -2
View File
@@ -292,7 +292,7 @@ local function WinGetSectionsTotalLenghts()
end
end
if not bFound then
table.insert( WDG.SECTIONS_LENGTHS, { w = dWidth, h = dHeight, l = dLen})
table.insert( WDG.SECTIONS_LENGTHS, { W = dWidth, H = dHeight, L = dLen})
end
end
end
@@ -315,7 +315,7 @@ local function WinGetGlassesList()
local dW = EgtGetInfo( nLayerId, WIN_GEOWIDTH, 'd') or 0
local dL = EgtGetInfo( nLayerId, WIN_GEOHEIGHT, 'd') or 0
local dT = EgtGetInfo( nLayerId, WIN_GLASSTHICKNESS, 'd') or 0
table.insert( WDG.GLASSES_LIST, { bRect = bShapeRect, w = dW, l = dL, t = dT})
table.insert( WDG.GLASSES_LIST, { Rect = bShapeRect, W = dW, L = dL, T = dT})
end
nPartId = EgtGetNextPart( nPartId)
end