Merge commit '656c5a7d54504095793cba103234ee49403c7fee' into develop

This commit is contained in:
Nicola Pievani
2023-12-19 15:24:36 +01:00
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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)
+2 -2
View File
@@ -62,5 +62,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.5.11.1")>
<Assembly: AssemblyFileVersion("2.5.11.1")>
<Assembly: AssemblyVersion("2.5.11.2")>
<Assembly: AssemblyFileVersion("2.5.11.2")>