mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 13:28:12 +00:00
Materials UI - display other styles assigned to material besides IfcSurfaceStyle
This commit is contained in:
@@ -132,7 +132,6 @@ class MaterialsData:
|
|||||||
if not item.is_a("IfcStyledItem"):
|
if not item.is_a("IfcStyledItem"):
|
||||||
continue
|
continue
|
||||||
for style in item.Styles:
|
for style in item.Styles:
|
||||||
if style.is_a("IfcSurfaceStyle"):
|
|
||||||
results.append(
|
results.append(
|
||||||
{
|
{
|
||||||
"context_type": context.ContextType,
|
"context_type": context.ContextType,
|
||||||
|
|||||||
Reference in New Issue
Block a user