@theoryshaw are you may be able to help me too please :)
using Blender 3.4.1 BBim 0.0.230304 Win10
all I create is the following...
Python: Traceback (most recent call last):
File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blenderbim\tool\ifc.py", line 126, in execute
IfcStore.execute_ifc_operator(self, context)
File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blenderbim\bim\ifc.py", line 427, in execute_ifc_operator
result = getattr(operator, "_execute")(context)
File "C:\Users\nigel\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blenderbim\bim\module\model\roof.py", line 46, in _execute
shapely.LineString([obj.data.vertices[edge.vertices[0]].co, obj.data.vertices[edge.vertices[1]].co])
AttributeError: module 'shapely' has no attribute 'LineString'