DataBeam :
- aggiunta gestione svuotature con lati aperti in LapJoint e assimilate.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user