DataBeam :
- aggiunta gestione feature Dovetail (1/2/3/4-138-X) - correzioni e migliorie varie.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- ProcessRidgeLap.lua by Egaltech s.r.l. 2019/10/02
|
||||
-- ProcessRidgeLap.lua by Egaltech s.r.l. 2020/04/23
|
||||
-- Gestione calcolo mezzolegno di testa per Travi
|
||||
|
||||
-- Tabella per definizione modulo
|
||||
@@ -23,9 +23,9 @@ end
|
||||
|
||||
---------------------------------------------------------------------
|
||||
-- Classificazione della feature
|
||||
function ProcessRidgeLap.Classify( Proc)
|
||||
function ProcessRidgeLap.Classify( Proc, b3Raw)
|
||||
-- Se più corta del limite si può fare anche da sotto
|
||||
if Proc.Box:getDimX() < BD.MAX_LEN_RIDGELAP_FROM_BOTTOM then
|
||||
if Proc.Box:getDimX() <= BD.GetMaxLenRidgeLapFromBottom( b3Raw:getDimZ()) then
|
||||
return true, false
|
||||
end
|
||||
-- verifico le normali delle facce
|
||||
|
||||
Reference in New Issue
Block a user