Allow support for clearance geometry

This commit is contained in:
Dion Moult
2019-09-16 16:47:48 +10:00
parent 7516177304
commit ac166691c4
+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']
self.subcontexts = ['Body', 'Axis', 'Clearance']
print('# Starting export')
start = time.time()