amrit3701 / FreeCAD-Reinforcement

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

ERROR for "Stirrup" command #190

Closed balrobs closed 5 months ago

balrobs commented 5 months ago

using FreeCAD weekly (... will become FreeCAD 1.0) the "Stirrup"-command throws the following error:

09:51:18  pyException: Traceback (most recent call last):
  File "C:\Users\balrobs\AppData\Roaming\FreeCAD\Mod\Reinforcement\.\Stirrup.py", line 264, in accept
    rebar = makeStirrup(
            ^^^^^^^^^^^^
  File "C:\Users\balrobs\AppData\Roaming\FreeCAD\Mod\Reinforcement\.\Stirrup.py", line 405, in makeStirrup
    line.Support = [(structure, facename)]
    ^^^^^^^^^^^^
<class 'AttributeError'>: 'FeaturePython' object has no attribute 'Support'