Ejemplo n.º 1
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = (location[0], location[1],
                    location[2] - self.get_required_distance())
Ejemplo n.º 2
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = (location[0], location[1],
                    location[2] + self.minorradius)
Ejemplo n.º 3
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = Point(location.x, location.y, location.z + self.radius)
Ejemplo n.º 4
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = (location[0], location[1], location[2]+self.minorradius)
Ejemplo n.º 5
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = Point(location.x, location.y,
                         location.z - self.get_required_distance())
Ejemplo n.º 6
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = Point(location.x, location.y, location.z+self.minorradius)
Ejemplo n.º 7
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = Point(location.x, location.y,
             location.z - self.get_required_distance())
Ejemplo n.º 8
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = (location[0], location[1],
             location[2] - self.get_required_distance())