Esempio 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())
Esempio n. 2
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = (location[0], location[1],
                    location[2] + self.minorradius)
Esempio n. 3
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = Point(location.x, location.y, location.z + self.radius)
Esempio n. 4
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = (location[0], location[1], location[2]+self.minorradius)
Esempio 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())
Esempio n. 6
0
 def moveto(self, location, **kwargs):
     BaseCutter.moveto(self, location, **kwargs)
     self.center = Point(location.x, location.y, location.z+self.minorradius)
Esempio 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())
Esempio 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())