mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Allow support for clearance geometry
This commit is contained in:
@@ -1115,7 +1115,7 @@ class IfcExportSettings:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.has_representations = True
|
self.has_representations = True
|
||||||
self.has_quantities = True
|
self.has_quantities = True
|
||||||
self.subcontexts = ['Body', 'Axis']
|
self.subcontexts = ['Body', 'Axis', 'Clearance']
|
||||||
|
|
||||||
print('# Starting export')
|
print('# Starting export')
|
||||||
start = time.time()
|
start = time.time()
|
||||||
|
|||||||
Reference in New Issue
Block a user