From 48e449d85a7126948122e8e6b3a02e73bea9346f Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Wed, 9 Jul 2025 18:30:03 +0200 Subject: [PATCH] Corretta gestione sovramateriale in testa e tra le travi in interfaccia --- BatchProcessNew.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BatchProcessNew.lua b/BatchProcessNew.lua index e7f9dbd..54ed77d 100644 --- a/BatchProcessNew.lua +++ b/BatchProcessNew.lua @@ -369,7 +369,7 @@ if bToProcess then dBarLen = dBarLen + 1800 end -- Assegno posizione prima ed unica trave - PARTS[1].PosX = 10 + PARTS[1].dPosX = 10 end -- Altrimenti, opero sul progetto corrente @@ -498,7 +498,7 @@ if bToProcess then -- Sovramateriale di testa local dOvmHead = 0 if #PARTS > 0 then - dOvmHead = PARTS[1].PosX or 0 + dOvmHead = PARTS[1].dPosX or 0 end -- Sistemo le travi nel grezzo