Files
IfcOpenShell/src
Andrej730 67ae9fced0 bim.extend_walls_to_polyline_point - fix poll errors selecting non-ifc objects
E.g.
```
  File "\bonsai\bim\module\model\wall.py", line 142, in poll
    if not tool.Ifc.get_entity(obj).is_a("IfcWall"):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'is_a'
```
2025-06-20 18:48:37 +05:00
..
2025-06-20 18:48:34 +05:00
2025-06-13 19:33:29 +05:00
2025-06-17 11:50:02 +02:00
2025-06-11 10:39:02 +02:00
2025-06-09 21:37:13 +02:00