From 656c5a7d54504095793cba103234ee49403c7fee Mon Sep 17 00:00:00 2001 From: Nicola Pievani Date: Tue, 28 Nov 2023 09:35:09 +0100 Subject: [PATCH] Migliorata importazione DXF --- DrawImport/ImportPageUC.xaml.vb | 4 ++++ My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DrawImport/ImportPageUC.xaml.vb b/DrawImport/ImportPageUC.xaml.vb index 84e40e0..a38ed69 100644 --- a/DrawImport/ImportPageUC.xaml.vb +++ b/DrawImport/ImportPageUC.xaml.vb @@ -361,6 +361,10 @@ Public Class ImportPageUC Dim dScale As Double = If(m_bMM, ONEMM, ONEINCH) ' Importo file DXF bOk = bOk AndAlso EgtImportDxf(sPath, dScale) + ' riporto al piano tutte le superifici + EgtSelectAll() + EgtScale(GDB_ID.SEL, Frame3d.GLOB, 1, 1, 0) + EgtDeselectAll() ElseIf m_nFileType = FT.NGE Then ' Carico Nge bOk = bOk AndAlso EgtOpenFile(sPath) diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index b923b53..cf4aba9 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -62,5 +62,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +