DataBeam :
- correzioni varie.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user