From c722186118775484a52fdb03fd7121c1c18de00f Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Wed, 29 Jun 2022 18:23:55 +0200 Subject: [PATCH] DataBeam: - correzione commenti --- LuaLibs/BeamExec.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LuaLibs/BeamExec.lua b/LuaLibs/BeamExec.lua index 85a8ac7..e3f2bf4 100644 --- a/LuaLibs/BeamExec.lua +++ b/LuaLibs/BeamExec.lua @@ -127,9 +127,6 @@ EgtOutLog( ' BeamExec started', 1) EgtMdbSetGeneralParam( MCH_GP.MAXDEPTHSAFE, BD.COLL_SIC) EgtMdbSave() -------------------------------------------------------------------------------------------------------------- --- *** Inserimento delle travi nel grezzo *** -------------------------------------------------------------------------------------------------------------- local function IsHeadFeature( Proc, b3Raw, dCurrOvmH) -- feature sempre di testa o coda per il gruppo if Proc.Grp == 1 or Proc.Grp == 2 then @@ -363,6 +360,8 @@ local function AnalyzeTailFeatures( b3Solid, vProc, dRawW, dRawH) return bTailFinishingNeeded, nReplacedFeatureId end +------------------------------------------------------------------------------------------------------------- +-- *** Inserimento delle travi nel grezzo *** ------------------------------------------------------------------------------------------------------------- function BeamExec.ProcessBeams( dRawW, dRawH, dRawL, dOvmHead, vBeam, bMachGroupOk)