Add support for footprint and reference subcontexts

This commit is contained in:
Dion Moult
2019-09-16 16:53:34 +10:00
parent ac166691c4
commit 2d408eb985
+1 -1
View File
@@ -1115,7 +1115,7 @@ class IfcExportSettings:
def __init__(self):
self.has_representations = True
self.has_quantities = True
self.subcontexts = ['Body', 'Axis', 'Clearance']
self.subcontexts = ['Axis', 'FootPrint', 'Reference', 'Body', 'Clearance']
print('# Starting export')
start = time.time()