Aggiunta gestione eventuale aggregato a T

This commit is contained in:
andrea.villa
2025-12-12 08:35:38 +01:00
parent 66939f39cc
commit 4443c84dc5
+6
View File
@@ -277,6 +277,12 @@ local function GetSetupInfo( sHead)
SetupInfo.GetMinNz = GetMinNzTopHead
SetupInfo.GetPreCollisionData = GetPreCollisionData
SetupInfo.GetSCC = GetSCC
-- rinvio angolare 90° (considerato come fosse una testa da sotto)
elseif sHead == 'H5' then
SetupInfo.bToolOnAggregate = true
SetupInfo.HeadType = { bTop = false, bBottom = true}
SetupInfo.PreferredSide = {}
SetupInfo.GetMaxNz = function() return 0 end
end
return SetupInfo