Fix for the close function when used in planes other than XY.
This commit is contained in:
parent
c585ddc050
commit
e0cb082886
|
@ -1322,7 +1322,7 @@ class Workplane(CQ):
|
|||
self.ctx.pendingEdges.append(edge)
|
||||
|
||||
if self.ctx.firstPoint is None:
|
||||
self.ctx.firstPoint = edge.startPoint()
|
||||
self.ctx.firstPoint = self.plane.toLocalCoords(edge.startPoint())
|
||||
|
||||
def _addPendingWire(self,wire):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user