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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user