Closed balrobs closed 5 months ago
using FreeCAD weekly (... will become FreeCAD 1.0) the "Helical Rebar"-command throws the following error:
10:18:04 pyException: Traceback (most recent call last): File "C:\Users\balrobs\AppData\Roaming\FreeCAD\Mod\Reinforcement\.\HelicalRebar.py", line 236, in accept rebar = makeHelicalRebar( ^^^^^^^^^^^^^^^^^ File "C:\Users\balrobs\AppData\Roaming\FreeCAD\Mod\Reinforcement\.\HelicalRebar.py", line 294, in makeHelicalRebar helix.Support = [(structure, facename)] ^^^^^^^^^^^^^ <class 'AttributeError'>: 'PrimitivePy' object has no attribute 'Support'
using FreeCAD weekly (... will become FreeCAD 1.0) the "Helical Rebar"-command throws the following error: