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