From 07fc10ddd6b2448e1cf74e5d0ab66c75871e495d Mon Sep 17 00:00:00 2001 From: SaraP Date: Tue, 8 Oct 2024 09:30:55 +0200 Subject: [PATCH] - nascoste lavorazioni. --- Profiles/WinLib/WinCalculate.lua | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Profiles/WinLib/WinCalculate.lua b/Profiles/WinLib/WinCalculate.lua index feb08dd..50b4737 100644 --- a/Profiles/WinLib/WinCalculate.lua +++ b/Profiles/WinLib/WinCalculate.lua @@ -1733,21 +1733,7 @@ local function CalcProfilingProcessings( nPartId, nOutlineId) -- creo gruppo delle lavorazioni local nProcLayerId = EgtGroup( nPartId) EgtSetName( nProcLayerId, WIN_PRC) - - - - - - - - - - - - - - - -- EgtSetStatus( nProcLayerId, GDB_ST.OFF) + EgtSetStatus( nProcLayerId, GDB_ST.OFF) -- recupero il geo e creo la superficie associata per limitare le lavorazioni local nGeoLayerId = EgtGetFirstNameInGroup( nPartId, WIN_GEO)