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:
DarioS
2022-03-08 09:22:12 +01:00
parent ed73898f86
commit ebda8e3d29
2 changed files with 165 additions and 377 deletions
+2 -2
View File
@@ -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
---------------------------------------------------------------------