Fix for the close function when used in planes other than XY.

This commit is contained in:
Jeremy Wright 2015-06-12 14:24:13 -04:00
parent c585ddc050
commit e0cb082886

View File

@ -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):
"""