Skip to content

Commit 20fd218

Browse files
authored
Merge pull request #361 from Dlubal-Software/heet-typo_in_exports
Typo in exports.py
2 parents 31664c7 + eed9e67 commit 20fd218

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)