Skip to content

Commit 6d9d17e

Browse files
Merge branch 'main' into heet-memberSpring
2 parents 30ac165 + 20fd218 commit 6d9d17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RFEM/ImportExport/exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def ObjectLocations(locationsArray):
102102
return {'location': locationsArray}
103103

104104

105-
def ExportToIFC(targetFilePath: str, IFCSettings: IFCExportSettings, ObjectLoc = None, model = Model):
105+
def ExportToIFC(targetFilePath: str, IFCSettings = IFCExportSettings, ObjectLoc = None, model = Model):
106106
'''
107107
Use this function to export active model t o IFC.
108108

0 commit comments

Comments
 (0)