Merge pull request #270 from marcus7070/marcus7070/firstPoint

removed CQ.firstPoint from CQ.__init__
This commit is contained in:
Jeremy Wright
2020-01-28 07:02:42 -05:00
committed by GitHub

View File

@ -1002,7 +1002,6 @@ class Workplane(CQ):
self.obj = obj
self.plane = tmpPlane
self.firstPoint = None
# Changed so that workplane has the center as the first item on the stack
self.objects = [self.plane.origin]
self.parent = None