DataBeam :

- piccole modifiche per evitare rotazioni inutili asse C con svuotature verticali
- anche nei fori interpolati si esclude verifica sfrido con Vmill.
This commit is contained in:
Dario Sassi
2019-04-24 09:42:49 +00:00
parent f1d1950619
commit fc441ff8b2
4 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- ProcessMortise.lua by Egaltech s.r.l. 2018/03/23
-- ProcessMortise.lua by Egaltech s.r.l. 2018/04/24
-- Gestione calcolo mortase per Travi
-- Tabella per definizione modulo
@@ -93,7 +93,7 @@ function ProcessMortise.Make( Proc, nPhase, nRawId, nPartId)
-- aggiungo geometria
EgtSetMachiningGeometry( {{ AuxId, -1}})
-- imposto posizione braccio porta testa
if vtN:getY() < - GEO.EPS_SMALL then
if vtN:getY() < GEO.EPS_SMALL then
EgtSetMachiningParam( MCH_MP.SCC, MCH_SCC.ADIR_YM)
else
EgtSetMachiningParam( MCH_MP.SCC, MCH_SCC.ADIR_YP)