mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Also lookup style association on solids
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
try { \
|
||||
if (inst->as<IfcSchema::IfcRepresentationItem>() && !inst->as<IfcSchema::IfcStyledItem>() && \
|
||||
/* @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<IfcSchema::IfcRepresentationItem>()); \
|
||||
if (style) { \
|
||||
|
||||
Reference in New Issue
Block a user