示例#1
0
	def on_plus_clicked(self, *args):
		sh.create_shapes(sh.Plus)
示例#2
0
 def on_locator_clicked(self, *args):
     sh.create_shapes(sh.Locator)
示例#3
0
	def on_locator_clicked(self, *args):
		sh.create_shapes(sh.Locator)
示例#4
0
	def on_orient_clicked(self, *args):
		sh.create_shapes(sh.Orient)
示例#5
0
	def on_joint_clicked(self, *args):
		sh.create_shapes(sh.Joint)
示例#6
0
	def on_cube_clicked(self, *args):
		sh.create_shapes(sh.Cube)
示例#7
0
	def on_arrow_clicked(self, *args):
		sh.create_shapes(sh.Arrow)
示例#8
0
 def on_arrow_clicked(self, *args):
     sh.create_shapes(sh.Arrow)
示例#9
0
 def on_cross_clicked(self, *args):
     sh.create_shapes(sh.Cross)
示例#10
0
 def on_cube_clicked(self, *args):
     sh.create_shapes(sh.Cube)
示例#11
0
 def on_sphere_clicked(self, *args):
     sh.create_shapes(sh.Sphere)
示例#12
0
 def on_square_clicked(self, *args):
     sh.create_shapes(sh.Square)
示例#13
0
 def on_circle_clicked(self, *args):
     sh.create_shapes(sh.Circle)
示例#14
0
 def on_plus_clicked(self, *args):
     sh.create_shapes(sh.Plus)
示例#15
0
	def on_circle_clicked(self, *args):
		sh.create_shapes(sh.Circle)
示例#16
0
 def on_orient_clicked(self, *args):
     sh.create_shapes(sh.Orient)
示例#17
0
	def on_square_clicked(self, *args):
		sh.create_shapes(sh.Square)
示例#18
0
 def on_bulb_clicked(self, *args):
     sh.create_shapes(sh.Bulb)
示例#19
0
	def on_sphere_clicked(self, *args):
		sh.create_shapes(sh.Sphere)
示例#20
0
 def on_joint_clicked(self, *args):
     sh.create_shapes(sh.Joint)
示例#21
0
	def on_cross_clicked(self, *args):
		sh.create_shapes(sh.Cross)
示例#22
0
 def on_custom_clicked(self, *args):
     sh.create_shapes(sh.Custom)
示例#23
0
	def on_bulb_clicked(self, *args):
		sh.create_shapes(sh.Bulb)
示例#24
0
	def on_nullAction_clicked(self, *args):
		sh.create_shapes(sh.Null)
示例#25
0
	def on_custom_clicked(self, *args):
		sh.create_shapes(sh.Custom)
示例#26
0
 def on_nullAction_clicked(self, *args):
     sh.create_shapes(sh.Null)