amrit3701 / FreeCAD-Reinforcement

Reinforcement Workbench for FreeCAD
https://wiki.freecadweb.org/Reinforcement_Workbench
48 stars 19 forks source link

ERROR for "Helical Rebar" command #194

Closed balrobs closed 5 months ago

balrobs commented 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'