Suraj

Results 5 comments of Suraj

Icon for BVBS to insert in tool bar can be used as contributed by FreeCAD-forum user **balrob** from here: https://forum.freecadweb.org/viewtopic.php?f=23&t=44580&start=310#p437015

Starting point: https://forum.freecadweb.org/viewtopic.php?f=23&t=50669#p436612 https://forum.freecadweb.org/viewtopic.php?f=23&t=50669#p436693 These may be used as is or after modifications...

> This error because of PyQt5. In PyQt5 `orientation` object has no `addItems` attribute. You may take help of other rebars to fix this. > This issue has been fixed...

> @SurajDadral You probably also need to update in the `BentShapeRebar.ui` file. Change `orientation` to `orientationValue`. `BentShapeRebar.ui` file already have `orientationValue` instead of `orientation`.

One more issue has been solved and now it seems that BentShapeRebar is working fine. Here is the PR: https://github.com/amrit3701/FreeCAD-Reinforcement/pull/11 One issue is still there: sketch.addGeometry(Part.LineSegment(points[1], points[2]), False) : Both...