removed CQ.firstPoint from CQ.__init__

This commit is contained in:
Marcus Boyd
2020-01-23 21:16:44 +10:30
parent b631cd17df
commit b2c1094b82

View File

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