Part: [skip ci] change some default parameters for STEP export

This commit is contained in:
wmayer
2022-07-26 19:34:55 +02:00
parent 7a4d29e87a
commit 4ba5aef334
3 changed files with 2 additions and 8 deletions

View File

@@ -33,9 +33,3 @@
FreeCAD.addImportType("PLMXML files (*.plmxml)","PlmXmlParser")
FreeCAD.addImportType("STEPZ Zip File Type (*.stpZ *.stpz)","stepZ")
FreeCAD.addExportType("STEPZ zip File Type (*.stpZ *.stpz)","stepZ")
# Add initial parameters value if they are not set
paramGetV = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Import/hSTEP")
if paramGetV.GetBool("ReadShapeCompoundMode", False) != paramGetV.GetBool("ReadShapeCompoundMode", True):
paramGetV.SetBool("ReadShapeCompoundMode", True)