Corretta gestione sovramateriale in testa e tra le travi in interfaccia
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user