EgtCAM5 :
- aggiunta gestione Flag per ExportDxf (da Ini [Export] DxfFlag=..).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user