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:
DarioS
2021-12-06 13:11:41 +01:00
parent 2c16c2b648
commit dc4a3899b1
3 changed files with 11 additions and 7 deletions
+5 -3
View File
@@ -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