DataBeam :

- correzioni varie.
This commit is contained in:
Dario Sassi
2020-04-05 22:21:45 +00:00
parent 511201107e
commit 17870b5dee
4 changed files with 88 additions and 118 deletions
+2 -4
View File
@@ -1,4 +1,4 @@
-- BeamExec.lua by Egaltech s.r.l. 2020/04/02
-- BeamExec.lua by Egaltech s.r.l. 2020/04/04
-- Libreria esecuzione lavorazioni per Travi
-- 2019/07/11 Aggiunta gestione stato rotazione di feature per TS3.
-- 2019/09/04 Corretto controllo feature di testa e coda con sovramateriale di testa elevato.
@@ -656,10 +656,8 @@ local function AddFeatureMachining( Proc, nPhase, nRawId, nPartId, dCurrOvmH, b3
bOk, sErr = LongCut.Make( Proc, nPhase, nRawId, nPartId)
-- se doppio taglio longitudinale ( 0-012-X)
elseif Long2Cut.Identify( Proc) then
-- determino il numero di facce longitudinali e limite
local nLongFct, nSideFct = Long2Cut.IdentifyFaces( Proc)
-- se due facce longitudinali, eseguo doppio taglio longitudinale
if nLongFct == 2 then
if Long2Cut.GetLongFacesCount( Proc) == 2 then
bOk, sErr = Long2Cut.Make( Proc, nPhase, nRawId, nPartId)
-- altrimenti eseguo singolo taglio longitudinale
else