EgtCAM5 :

- aggiunta gestione Flag per ExportDxf (da Ini [Export] DxfFlag=..).
This commit is contained in:
Dario Sassi
2020-10-12 09:54:51 +00:00
parent 70716d68f7
commit b579342ff2
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -26,6 +26,7 @@ Friend Module OptionModule
Friend m_dImgScaleFactor As Double
' Parametri per export
Friend m_nExportDxfFlag As Integer
Friend m_nImgWidth As Integer
Friend m_nImgHeight As Integer
@@ -108,6 +109,7 @@ Friend Module OptionModule
m_dStlScaleFactor = GetPrivateProfileDouble(S_IMPORT, K_STLSCALE, 1)
m_dImgScaleFactor = GetPrivateProfileDouble(S_IMPORT, K_IMGSCALE, 1)
' Inizializzo variabili per export
m_nExportDxfFlag = GetPrivateProfileInt(S_EXPORT, K_DXFFLAG, EEX_FL.COMP_LAYER)
m_nImgWidth = GetPrivateProfileInt(S_EXPORT, K_IMGWIDTH, 400)
m_nImgHeight = GetPrivateProfileInt(S_EXPORT, K_IMGHEIGHT, 300)
' Inizializzo variabili che indicano per ogni tipo di lavorazione quale geometria è selezionabile