mejoras
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user