From 4e35e7455f90c2dd4d634ffbe5e798d20ec4585e Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 29 Apr 2024 20:57:09 +0200 Subject: [PATCH] Also lookup style association on solids --- src/ifcgeom/mapping/bind_convert_impl.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/mapping/bind_convert_impl.i b/src/ifcgeom/mapping/bind_convert_impl.i index d373b92f12..16f27db4f2 100644 --- a/src/ifcgeom/mapping/bind_convert_impl.i +++ b/src/ifcgeom/mapping/bind_convert_impl.i @@ -11,7 +11,7 @@ try { \ if (inst->as() && !inst->as() && \ /* @todo */ \ - (item->kind() == taxonomy::SHELL || item->kind() == taxonomy::COLLECTION || item->kind() == taxonomy::EXTRUSION) \ + (item->kind() == taxonomy::SOLID || item->kind() == taxonomy::SHELL || item->kind() == taxonomy::COLLECTION || item->kind() == taxonomy::EXTRUSION) \ ) { \ auto style = find_style(inst->as()); \ if (style) { \