From ab5defd09000a5e95cbc5e4d3141a705678ed5db Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 22 Jan 2025 11:15:38 +0100 Subject: [PATCH] EgtBEAMWALL 2.7a2 : - modifiche per feature Variant generate da script lua. --- EgtBEAMWALL.Core/My Project/AssemblyInfo.vb | 6 +++--- EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs | 6 +++--- EgtBEAMWALL.Supervisor/My Project/AssemblyInfo.vb | 6 +++--- EgtBEAMWALL.Supervisor/SceneHost/MySceneHostVM.vb | 4 ++-- EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb | 4 ++-- EgtBEAMWALL.ViewerOptimizer/SceneHost/MySceneHostVM.vb | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb b/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb index 2e4a551e..2aac6778 100644 --- a/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb +++ b/EgtBEAMWALL.Core/My Project/AssemblyInfo.vb @@ -16,7 +16,7 @@ Imports System.Runtime.InteropServices - + @@ -35,5 +35,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs b/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs index 4c79274a..c1d1b578 100644 --- a/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs +++ b/EgtBEAMWALL.DataLayer/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Egalware s.r.l.")] [assembly: AssemblyProduct("EgtBEAMWALL.DataLayer")] -[assembly: AssemblyCopyright("Copyright © 2020-2024 by Egalware s.r.l.")] +[assembly: AssemblyCopyright("Copyright © 2020-2025 by Egalware s.r.l.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.6.10.1")] -[assembly: AssemblyFileVersion("2.6.10.1")] +[assembly: AssemblyVersion("2.7.1.1")] +[assembly: AssemblyFileVersion("2.7.1.1")] diff --git a/EgtBEAMWALL.Supervisor/My Project/AssemblyInfo.vb b/EgtBEAMWALL.Supervisor/My Project/AssemblyInfo.vb index d7a71eb2..70b5c9dd 100644 --- a/EgtBEAMWALL.Supervisor/My Project/AssemblyInfo.vb +++ b/EgtBEAMWALL.Supervisor/My Project/AssemblyInfo.vb @@ -30,7 +30,7 @@ Imports System.Windows #End if - + @@ -70,5 +70,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/EgtBEAMWALL.Supervisor/SceneHost/MySceneHostVM.vb b/EgtBEAMWALL.Supervisor/SceneHost/MySceneHostVM.vb index 719554e8..383c28b7 100644 --- a/EgtBEAMWALL.Supervisor/SceneHost/MySceneHostVM.vb +++ b/EgtBEAMWALL.Supervisor/SceneHost/MySceneHostVM.vb @@ -58,12 +58,12 @@ Public Class MySceneHostVM Dim hMainWnd As IntPtr = New WindowInteropHelper(Application.Current.MainWindow).Handle EgtSetMainWindowHandle(hMainWnd) EgtSetCurrentContext(MainScene.GetCtx()) - ' inizializzo gestore travi e pareti - EgtInitBeamMgr(EIB_FL.TS3_POS + EIB_FL.USEUATTR) ' Imposto direttorio ausiliario per import/gestione BTL Dim sBtlAuxDir As String = String.Empty GetMainPrivateProfileString(S_IMPORT, K_BTLAUXDIR, "", sBtlAuxDir) EgtSetBtlAuxDir(sBtlAuxDir) + ' inizializzo gestore travi e pareti + EgtInitBeamMgr(EIB_FL.TS3_POS + EIB_FL.USEUATTR) ' inizializzo gestore lavorazioni EgtInitMachMgr(Map.refMainWindowVM.MainWindowM.sMachinesRoot, Map.refMainWindowVM.MainWindowM.sToolMakersDir) ' Seleziono la macchina impostata nel file ini diff --git a/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb b/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb index 67052299..e1d23c8c 100644 --- a/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb +++ b/EgtBEAMWALL.ViewerOptimizer/My Project/AssemblyInfo.vb @@ -70,5 +70,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/EgtBEAMWALL.ViewerOptimizer/SceneHost/MySceneHostVM.vb b/EgtBEAMWALL.ViewerOptimizer/SceneHost/MySceneHostVM.vb index 94217e02..93565ac1 100644 --- a/EgtBEAMWALL.ViewerOptimizer/SceneHost/MySceneHostVM.vb +++ b/EgtBEAMWALL.ViewerOptimizer/SceneHost/MySceneHostVM.vb @@ -65,12 +65,12 @@ Public Class MySceneHostVM Dim hMainWnd As IntPtr = New WindowInteropHelper(Application.Current.MainWindow).Handle EgtSetMainWindowHandle(hMainWnd) EgtSetCurrentContext(MainScene.GetCtx()) - ' inizializzo gestore travi e pareti - EgtInitBeamMgr(EIB_FL.TS3_POS + EIB_FL.USEUATTR) ' Imposto direttorio ausiliario per import/gestione BTL Dim sBtlAuxDir As String = String.Empty GetMainPrivateProfileString(S_IMPORT, K_BTLAUXDIR, "", sBtlAuxDir) EgtSetBtlAuxDir(sBtlAuxDir) + ' inizializzo gestore travi e pareti + EgtInitBeamMgr(EIB_FL.TS3_POS + EIB_FL.USEUATTR) ' inizializzo gestore lavorazioni EgtInitMachMgr(Map.refMainWindowVM.MainWindowM.sMachinesRoot, Map.refMainWindowVM.MainWindowM.sToolMakersDir) ' Seleziono la macchina impostata nel file ini