support_shape_sphere_list
- class granoo3.lib.support_shape_sphere_list
Bases:
granoo3.lib.support_shape_sphere_xset
an simple un-named list of support_shape_sphere
Methods Summary
add
(arg1, arg2)add a given item
clear
(arg1)clear the whole list
clear_and_delete
(arg1)clear the list and delete all the referenced objects
contain
(arg1, arg2)check if the list contains a given item
erase
(arg1, arg2)erase a given item from the list
first
(arg1)get the first item of the list
last
(arg1)get the last item of the list
Methods Documentation
- add((support_shape_sphere_list)arg1, (support_shape_sphere)arg2) None[STATIC]
add a given item
- clear((support_shape_sphere_list)arg1) None[STATIC]
clear the whole list
- clear_and_delete((support_shape_sphere_list)arg1) None[STATIC]
clear the list and delete all the referenced objects
- contain((support_shape_sphere_list)arg1, (support_shape_sphere)arg2) bool[STATIC]
check if the list contains a given item
- erase((support_shape_sphere_list)arg1, (support_shape_sphere)arg2) None[STATIC]
erase a given item from the list
- first((support_shape_sphere_list)arg1) support_shape_sphere[STATIC]
get the first item of the list
- last((support_shape_sphere_list)arg1) support_shape_sphere[STATIC]
get the last item of the list