- Gestione Aggregati con forature multiple
- Aggiunto nuovo tipo di lavorazione: MultiDrill - Aggiunto parametro USE_MULTI_DRILL da mettere nel BeamData per abilitare la gestione
This commit is contained in:
@@ -1353,7 +1353,8 @@ local function AddFeatureMachining( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bN
|
||||
-- se foratura ( 3/4-040-X)
|
||||
elseif Drill.Identify( Proc) then
|
||||
-- esecuzione foratura
|
||||
bOk, sErr, _, AddedIds = Drill.Make( Proc, nPhase, nRawId, nPartId)
|
||||
local bUseMultiDrill = BD.USE_MULTI_DRILL
|
||||
bOk, sErr = Drill.Make( Proc, nPhase, nRawId, nPartId, bUseMultiDrill)
|
||||
-- se giunzione francese ( 1/2-035-X)
|
||||
elseif FrenchRidgeLap.Identify( Proc) then
|
||||
-- esecuzione giunzione francese
|
||||
|
||||
Reference in New Issue
Block a user