This commit is contained in:
2025-03-28 19:40:11 +06:00
parent af559092bf
commit 1d062a087f
26 changed files with 360 additions and 514 deletions

View File

@@ -201,8 +201,8 @@ def simplifyWire(wire):
else:
i += 1
if closed:
points.append(FreeCAD.Vector(points[0]))
#if closed:
points.append(FreeCAD.Vector(points[0]))
pol = Part.makePolygon(points)
return pol