mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
@@ -238,8 +238,10 @@ class ObjectMaterialData:
|
||||
return results
|
||||
|
||||
@classmethod
|
||||
def set_items(cls):
|
||||
def set_items(cls) -> list[dict[str, Any]]:
|
||||
results = []
|
||||
if cls.material is None:
|
||||
return results
|
||||
if cls.material:
|
||||
items = []
|
||||
if cls.material.is_a("IfcMaterialLayerSetUsage"):
|
||||
|
||||
Reference in New Issue
Block a user