can not create drawing in blenderbim

hi,
im trying to create horizontal sections with blenderbim. i loaded an ifc file via load project. but as soon as i click on create drawing, the program loads a while and then shows me this error:

Python: Traceback (most recent call last):
File "C:\Users\ernst\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\drawing\operator.py", line 202, in invoke
return self.execute(context)
File "C:\Users\ernst\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\drawing\operator.py", line 253, in execute
linework_svg = self.generate_linework(context)
File "C:\Users\ernst\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\module\drawing\operator.py", line 531, in generate_linework
self.serialiser.finalize()
File "C:\Users\ernst\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\libs\site\packages\ifcopenshell\ifcopenshell_wrapper.py", line 1529, in finalize
return _ifcopenshell_wrapper.SvgSerializer_finalize(self)
RuntimeError: An unknown error occurred

(Could anyone give me some advice, how to solve this problem? i think it's a problem of the ifc itself.)

Comments

Sign In or Register to comment.