mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Add support for footprint and reference subcontexts
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user