DataBeam :
- in DoubleCut migliorata Classify per fattibilià e necessità di rotazione - altre piccole modifiche accessorie.
This commit is contained in:
+7
-2
@@ -718,10 +718,15 @@ function BeamLib.GetNzLimDownUp( b3Raw, vtN, vtOrtho)
|
||||
if vtN and ( abs( vtN:getY()) < 0.174) then
|
||||
return -0.5
|
||||
else
|
||||
return -0.240
|
||||
return -0.24
|
||||
end
|
||||
else
|
||||
return -0.174
|
||||
-- N_HorAng < 10°
|
||||
if vtN and ( abs( vtN:getY()) < 0.174) then
|
||||
return -0.383
|
||||
else
|
||||
return -0.174
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user