- in mlpe COLL_SAFE_DIST portata a 3

- in BeamData MAX_DIM_DICE portata a 110 per problemi taglio cubetti in coda; da rialzare una volta migliorati i cubetti
-  in portautensile lama corretto solido di collisione
This commit is contained in:
luca.mazzoleni
2025-05-07 10:46:02 +02:00
parent f566a1afbb
commit dcd0d05b67
3 changed files with 5 additions and 7 deletions
+4 -6
View File
@@ -23,7 +23,7 @@ local BeamData = {
MAX_DIM_HTCUT = 130, -- larghezza massima taglio di testa o coda
MAX_DIM_HTCUT_HBEAM = -195, -- larghezza massima taglio di testa o coda con trave alta
MIN_DIM_HBEAM = 621, -- altezza minima di trave alta
MAX_DIM_DICE = 155, -- dimensione trasversale massima cubetto
MAX_DIM_DICE = 110, -- dimensione trasversale massima cubetto
MAX_LEN_DICE = 400, -- lunghezza massima cubetto
DECR_VERT_CUT = 12.5, -- riduzione profondità per affondamento verticale in taglio orizzontale
COLL_SIC = 5, -- distanza di sicurezza per collisioni
@@ -121,11 +121,8 @@ BeamData.GetMaxLenRidgeLapFromBottom = GetMaxLenRidgeLapFromBottom
---------------------------------------------------------------------
local function GetMinNzTopHead( vtNFace)
if vtNFace and abs( vtNFace:getY()) > 0.8659 then
return -0.2499
else
return sin( -15)
end
return sin( -10)
end
---------------------------------------------------------------------
@@ -201,6 +198,7 @@ local function GetSetupInfo( sHead)
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.GetMinNz = GetMinNzTopHead
SetupInfo.GetMinNzDownUp = GetMinNzDownUp
end
return SetupInfo
+1 -1
View File
@@ -21,7 +21,7 @@ end
---------------------------------------------------------------------
-- *** SIMULATION ***
---------------------------------------------------------------------
local COLL_SAFE_DIST = 4
local COLL_SAFE_DIST = 3
---------------------------------------------------------------------
function OnSimulStart()
Binary file not shown.