Example #1
0
 def cut(self, rapid):
     if rapid == True: voxelcut.set_current_color(0x600000)
     else: voxelcut.set_current_color(self.color)
     voxelcut.remove_cylinder(int(x_for_cut), int(y_for_cut),
                              z_for_cut + int(self.z_bottom),
                              int(x_for_cut), int(y_for_cut),
                              z_for_cut + int(self.z_top), int(self.radius))
Example #2
0
 def cut(self):
     voxelcut.set_current_color(self.color)
     voxelcut.remove_cylinder(int(x_for_cut), int(y_for_cut), z_for_cut + int(self.z_bottom), int(x_for_cut), int(y_for_cut), z_for_cut + int(self.z_top), int(self.radius))
Example #3
0
 def cut(self):
     voxelcut.set_current_color(self.color)
     voxelcut.remove_cylinder(int(x_for_cut), int(y_for_cut),
                              z_for_cut + int(self.z_bottom),
                              int(x_for_cut), int(y_for_cut),
                              z_for_cut + int(self.z_top), int(self.radius))
Example #4
0
 def cut(self, rapid):
     if rapid == True: voxelcut.set_current_color(0x600000)
     else: voxelcut.set_current_color(self.color)
     voxelcut.remove_cylinder(int(x_for_cut), int(y_for_cut), z_for_cut + int(self.z_bottom), int(x_for_cut), int(y_for_cut), z_for_cut + int(self.z_top), int(self.radius))