From ac166691c43d9d064b2deebcdc35b7f80210fd6f Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 16 Sep 2019 16:47:48 +1000 Subject: [PATCH] Allow support for clearance geometry --- src/ifcblenderexport/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcblenderexport/export.py b/src/ifcblenderexport/export.py index 5f0c75ff51..8aa64f15ef 100644 --- a/src/ifcblenderexport/export.py +++ b/src/ifcblenderexport/export.py @@ -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()