DataBeam :

- correzioni varie.
This commit is contained in:
Dario Sassi
2020-07-27 14:46:04 +00:00
parent 4cba5fca30
commit 8e6f59ca62
9 changed files with 347 additions and 215 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- ProcessDtMortise.lua by Egaltech s.r.l. 2020/06/20
-- ProcessDtMortise.lua by Egaltech s.r.l. 2020/07/27
-- Gestione calcolo mortase a coda di rondice per Travi
-- Tabella per definizione modulo
@@ -30,7 +30,7 @@ end
function ProcessDtMortise.IsTailFeature( Proc, b3Raw)
-- la mortasa di fronte è già stata classificata nel chiamante
-- controllo la mortasa standard
if Proc.Box:getMin():getX() > b3Raw:getMin():getX() + BD.MAX_DIST_HTFEA then
if Proc.Box:getMin():getX() < b3Raw:getMin():getX() + BD.MAX_DIST_HTFEA then
-- recupero la curva di profilo
local AuxId = EgtGetInfo( Proc.Id, 'AUXID', 'i')
if not AuxId then return false end