- in BeamData migliorata GetMinNzDownUp
This commit is contained in:
+7
-2
@@ -134,9 +134,14 @@ local function GetMinNzTopHead( vtNFace, Tool)
|
||||
end
|
||||
|
||||
---------------------------------------------------------------------
|
||||
-- con angolo limite di -11 il DownUp ha senso solo se si è sotto all'angolo limite
|
||||
local function GetMinNzDownUp( b3Raw, vtNFace, vtToolDirection, Tool)
|
||||
return GetMinNzTopHead( vtNFace, Tool)
|
||||
if vtNFace and abs( vtNFace:getY()) < 0.173
|
||||
and vtToolDirection and vtToolDirection:getY() < 0.173 then
|
||||
|
||||
return sin ( -10.9)
|
||||
else
|
||||
return -1
|
||||
end
|
||||
end
|
||||
|
||||
---------------------------------------------------------------------
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
require( 'EmtGenerator')
|
||||
EgtEnableDebug( false)
|
||||
|
||||
PP_VER = '2.7e5'
|
||||
PP_VER = '2.7j1'
|
||||
MIN_MACH_VER = '2.5j1'
|
||||
|
||||
EgtOutLog ( '** Saomad-KAIROS '..PP_VER..' (MinMach '.. MIN_MACH_VER ..') **', 1)
|
||||
|
||||
Reference in New Issue
Block a user