DataBeam :
- modifiche per orientamento testa in foratura per FAST e per PF1250.
This commit is contained in:
+3
-1
@@ -1,7 +1,8 @@
|
||||
-- Process.lua by Egaltech s.r.l. 2020/01/08
|
||||
-- Process.lua by Egaltech s.r.l. 2020/10/25
|
||||
-- Gestione calcolo disposizione e lavorazioni per Travi
|
||||
-- Si opera sulla macchina corrente
|
||||
-- 2020/01/08 Aggiunta seconda sezione limite (BD.MAX_WIDTH2 x BD.MAX_HEIGHT2).
|
||||
-- 2020/10/25 Se assegno lunghezza barra nulla prende il minimo calcolato.
|
||||
|
||||
-- Intestazioni
|
||||
require( 'EgtBase')
|
||||
@@ -162,6 +163,7 @@ local function MyProcessBeams()
|
||||
EgtDraw()
|
||||
return false
|
||||
end
|
||||
if dRawL < GEO.EPS_SMALL then dRawL = dTotLen + dAddLen + 0.5 end
|
||||
dRawL = min( dRawL, BD.MAX_RAW)
|
||||
local dOvmHead = EgtEvalNumExpr( vsVal[2])
|
||||
if not dOvmHead then
|
||||
|
||||
Reference in New Issue
Block a user