Eric Price
Eric Price
Commit ba13b70fcf5e38747ec4d14c5694e2118e9fd0da reintroduced #34 - breaks CurvedSegments
Shape.BoundBox depends on the Shapes tessellation. The tessellation has 2 properties 1. It only exists if the shape has been tessellated in the first place (if not, the valus can...
``` 11:13:11 Traceback (most recent call last): File "~/.local/share/FreeCAD/Mod/CurvedShapes/./CurvedSegment.py", line 105, in execute self.makeRibs(fp) File "~/.local/share/FreeCAD/Mod/CurvedShapes/./CurvedSegment.py", line 140, in makeRibs ribs = makeRibsSameShape(fp, fp.Items, False, makeStartEnd) File "~/.local/share/FreeCAD/Mod/CurvedShapes/./CurvedSegment.py", line 278,...