DataBeam :

- aggiunta gestione svuotature con lati aperti in LapJoint e assimilate.
This commit is contained in:
Dario Sassi
2019-10-08 18:28:12 +00:00
parent c2e4e8ba55
commit e2b324fe9d
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- ProcessMortise.lua by Egaltech s.r.l. 2019/08/27
-- ProcessMortise.lua by Egaltech s.r.l. 2019/10/08
-- Gestione calcolo mortase per Travi
-- Tabella per definizione modulo
@@ -70,7 +70,7 @@ function ProcessMortise.Make( Proc, nPhase, nRawId, nPartId)
local _, dCenElev = BL.GetPointDirDepth( nPartId, ptC, vtN)
dMorH = max( dMorH, dCenElev or 0)
-- recupero la lavorazione
local sPocketing = ML.FindPocketing( 'Mortise', 30)
local sPocketing = ML.FindPocketing( 'Pocket', 30)
if not sPocketing then
local sErr = 'Error on process ' .. tostring( Proc.Id) .. ' pocketing not found in library'
EgtOutLog( sErr)