- 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:
+4
-6
@@ -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
@@ -21,7 +21,7 @@ end
|
||||
---------------------------------------------------------------------
|
||||
-- *** SIMULATION ***
|
||||
---------------------------------------------------------------------
|
||||
local COLL_SAFE_DIST = 4
|
||||
local COLL_SAFE_DIST = 3
|
||||
|
||||
---------------------------------------------------------------------
|
||||
function OnSimulStart()
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user