mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
@@ -147,10 +147,9 @@ class Material(blenderbim.core.tool.Material):
|
||||
@classmethod
|
||||
def is_a_material_set(cls, material):
|
||||
return material.is_a() in [
|
||||
"IfcMaterialProfile",
|
||||
"IfcMaterialLayer",
|
||||
"IfcMaterialConstituent",
|
||||
"IfcMaterialList",
|
||||
"IfcMaterialConstituentSet",
|
||||
"IfcMaterialLayerSet",
|
||||
"IfcMaterialProfileSet",
|
||||
]
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user