EgtDOORCreator 1.8l4 :

- Aggiunta dei template
This commit is contained in:
Nicola Pievani
2017-12-11 18:58:06 +00:00
parent 5d6e1c77e5
commit 57ee7991df
8 changed files with 241 additions and 201 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ Public Class ProjectManagerVM
SaveFileDialog.FileName &= K_DDTEXTENSION
End If
If OptionModule.m_ConfigurationSoftware = ConfigType.Door Then
DdfFile.WriteDDFPart(Map.refPartPageVM.CurrPart, SaveFileDialog.FileName, False, True)
DdfFile.WriteDDFPart(Map.refPartPageVM.CurrPart, SaveFileDialog.FileName, False, False)
Else
DdfFile.WriteDDFAssembly(Map.refAssemblyPageVM.CurrAssembly, SaveFileDialog.FileName, False)
End If