DataBeam :
- correzioni varie.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user