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