DataBeam :
- in Mortise e DtMortise correzione ingombro per calcolo carrelli quando frontali - in LapJoint se svuotatura riesce si eliminano precedenti warning.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- ProcessLapJoint.lua by Egaltech s.r.l. 2021/11/22
|
||||
-- ProcessLapJoint.lua by Egaltech s.r.l. 2021/12/01
|
||||
-- Gestione calcolo mezzo-legno per Travi
|
||||
-- 2019/10/08 Agg. gestione OpenPocket.
|
||||
-- 2021/01/24 Con sega a catena ora sempre impostato asse A.
|
||||
@@ -5140,8 +5140,10 @@ local function MakeMoreFaces( Proc, nPhase, nRawId, nPartId, dOvmHead, bSinglePa
|
||||
bOrthoFaces, nBottomFace, nChamfer, nAddGrpId, b3Solid,
|
||||
dDepthCham, nSurfInt)
|
||||
if not bOk and sStat == 'MNF' then
|
||||
sPocketing = ML.FindPocketing( sMchFind, dDiam)
|
||||
if not sPocketing then
|
||||
_, sPocketing = VerifyPocket( Proc, dDiam, dFacElev + dCollSic, nil, sMchFind)
|
||||
if sPocketing then
|
||||
sWarn = ''
|
||||
else
|
||||
local sErr2 = 'Error : '..sMchFind..' not found in library'
|
||||
EgtOutLog( sErr2)
|
||||
return false, sErr2
|
||||
|
||||
Reference in New Issue
Block a user