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