Skip to content

Commit eed9e67

Browse files
Update exports.py
typo
1 parent 31664c7 commit eed9e67

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)