DataBeam :
- in LongCut razionalizzata gestione casi con fresa di fianco e aggiunta gestione Long2Cut anche con testa sotto - in SawCut consentito angolo negativo fino a 30 deg.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- ProcessSawCut.lua by Egaltech s.r.l. 2021/01/15
|
||||
-- ProcessSawCut.lua by Egaltech s.r.l. 2022/03/07
|
||||
-- Gestione calcolo taglio di lama per Travi
|
||||
|
||||
-- Tabella per definizione modulo
|
||||
@@ -31,7 +31,7 @@ function ProcessSawCut.Classify( Proc, b3Raw)
|
||||
if not AuxId then return false end
|
||||
AuxId = AuxId + Proc.Id
|
||||
local vtDir = EgtSV( AuxId, GDB_ID.ROOT)
|
||||
return true, ( vtDir:getZ() <= - 0.088)
|
||||
return true, ( vtDir:getZ() <= - 0.5)
|
||||
end
|
||||
|
||||
---------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user