Could someone explain to me how to use the IfcMaterialLayerSet?
I keep getting this error when trying to add an IfcMaterialLayerSet:
location: <unknown location>:-1
Error: Python: Traceback (most recent call last):
File "C:\Users\cclaus\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\blenderbim\bim\module\material\operator.py", line 156, in execute
return IfcStore.execute_ifc_operator(self, context)
File "C:\Users\cclaus\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\blenderbim\bim\ifc.py", line 369, in execute_ifc_operator
result = getattr(operator, "_execute")(context)
File "C:\Users\cclaus\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\blenderbim\bim\module\material\operator.py", line 163, in _execute
ifcopenshell.api.run(
File "C:\Users\cclaus\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\blenderbim\libs\site\packages\ifcopenshell\api\__init__.py", line 72, in run
listener(usecase_path, ifc_file, settings)
File "C:\Users\cclaus\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\blenderbim\bim\module\model\product.py", line 345, in ensure_material_assigned
if material[0].id() in object_material_ids:
IndexError: list index out of range
I'm on BlenderBIM version 0.0.220516
Should I define the values an IfcMaterialLayerSet somewhere else?
Because I don't see any options here:
I want to experiment with the thickness in an IfcMaterialLayerSet.