Fixed missing ifc file in api call after 28cc168

Some bim test was failing because of it

FAILED test/bim/test_feature.py::test_assign_material__material_profile_set - AssertionError: No material Default found in profiled materials: []
This commit is contained in:
Andrej730
2023-06-21 11:41:08 +05:00
parent 7dc98612e4
commit d35c5c433f
+1 -1
View File
@@ -187,7 +187,7 @@ class Material(blenderbim.core.tool.Material):
XDim=size,
YDim=size,
)
material_profile = ifcopenshell.api.run(
material_profile = tool.Ifc.run(
"material.add_profile",
profile_set=material_set,
material=material,