EgtCAM5 2.7a3 :

- in Disposizione modifiche per impostazione eventuale asse di tavola cui è agganciato il bloccaggio.
This commit is contained in:
Dario Sassi
2025-01-31 16:15:20 +01:00
parent df26bef2aa
commit 89b063b92f
8 changed files with 53 additions and 12 deletions
+2
View File
@@ -25,6 +25,7 @@ Friend Module OptionModule
Friend m_dStlScaleFactor As Double
Friend m_dOffScaleFactor As Double
Friend m_dImgScaleFactor As Double
Friend m_dAdvImpTolerance As Double
' Parametri per export
Friend m_nExportDxfFlag As Integer
@@ -120,6 +121,7 @@ Friend Module OptionModule
m_dStlScaleFactor = GetPrivateProfileDouble(S_IMPORT, K_STLSCALE, 1)
m_dOffScaleFactor = GetPrivateProfileDouble(S_IMPORT, K_OFFSCALE, 1)
m_dImgScaleFactor = GetPrivateProfileDouble(S_IMPORT, K_IMGSCALE, 1)
m_dAdvImpTolerance = GetPrivateProfileDouble(S_IMPORT, K_ADVTOLER, 0.05)
' Inizializzo variabili per export
m_nExportDxfFlag = GetPrivateProfileInt(S_EXPORT, K_DXFFLAG, EEX_FL.COMP_LAYER)
m_nImgWidth = GetPrivateProfileInt(S_EXPORT, K_IMGWIDTH, 400)