mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Allow support for clearance geometry
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']
|
||||
self.subcontexts = ['Body', 'Axis', 'Clearance']
|
||||
|
||||
print('# Starting export')
|
||||
start = time.time()
|
||||
|
||||
Reference in New Issue
Block a user