예제 #1
0
def select_volume(evt):
    _select_x(evt, 'volume', 'face')
예제 #2
0
def select_edge(evt):
    _select_x(evt, 'edge', 'edge')
예제 #3
0
def select_face(evt):
    _select_x(evt, 'face', 'face')
예제 #4
0
def select_dot(evt):
    _select_x(evt, 'point', 'point')