- Aggiunto NestProcess per ottimizzazione pezzi nelle barre

- Aggiunto tabella NotClampableLength su nuovo pezzo
This commit is contained in:
andrea.villa
2025-05-21 12:11:34 +02:00
parent 3aecde91b9
commit 970fb60d66
2 changed files with 480 additions and 0 deletions
+1
View File
@@ -572,6 +572,7 @@ if bToProcess then
PARTS[i].nIndexInParts = i
PARTS[i].CombinationList = BeamExec.GetAvailableCombinations( PARTS[i])
PARTS[i].SplittingPoints = BeamLib.GetPartSplittingPoints( PARTS[i])
PARTS[i].NotClampableLength = { STD = { dHead = 0, dTail = 0}, SIDE = { dHead = 0, dTail = 0}, DOWN = { dHead = 0, dTail = 0}}
-- sovramateriale in testa al pezzo
local dDeltaS = max( PARTS[i].dPosX - ( dBarLen - dLen), 0)