DataBeam :

- aggiunto comando ShowSolid
- aggiunte tagli antischeggia a LapJoint a U di traverso
- piccole migliorie.
This commit is contained in:
Dario Sassi
2019-11-25 08:11:32 +00:00
parent 8ce7008a76
commit 6436826c86
4 changed files with 46 additions and 27 deletions
+2 -7
View File
@@ -1,4 +1,4 @@
-- ProcessLongCut.lua by Egaltech s.r.l. 2019/11/07
-- ProcessLongCut.lua by Egaltech s.r.l. 2019/11/24
-- Gestione calcolo taglio longitudinale per Travi
-- Tabella per definizione modulo
@@ -155,12 +155,7 @@ function ProcessLongCut.Make( Proc, nPhase, nRawId, nPartId)
local nM = 0
for i = 1, nC do
-- Posizione braccio portatesta
local nSCC
--if bFront then
nSCC = EgtIf( ( i == 1 or i == nC - 1), MCH_SCC.ADIR_XP, MCH_SCC.ADIR_XM)
--else
-- nSCC = EgtIf( ( i == 1 or i == nC - 1), MCH_SCC.ADIR_XM, MCH_SCC.ADIR_XP)
--end
local nSCC = EgtIf( ( i == 1 or i == nC - 1), MCH_SCC.ADIR_XP, MCH_SCC.ADIR_XM)
-- ciclo sulle passate
local d
local dOffset = ( dWidth + BD.DIM_STRIP) / 2 ;