DataBeam :

- modificato angolo limite da sotto per tagli con FAST
- piccola sistemazione logica in Cut
- correzioni fori testa-lato molto inclinati.
This commit is contained in:
DarioS
2022-03-26 14:15:09 +01:00
parent 3defd5663f
commit 3fd2034df4
3 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -688,7 +688,7 @@ function BeamLib.GetNzLimDownUp( b3Raw, vtN, vtOrtho)
return EgtIf( b3Raw:getDimZ() < BD.MIN_DIM_HBEAM, -0.609, -0.383)
end
else
if vtN and ( abs( vtN:getY()) > 0.49) then
if vtN and ( abs( vtN:getY()) > 0.866) then
return -0.708
else
return EgtIf( b3Raw:getDimZ() < 200, -0.5, -0.258)