Base class that defines group of sphere markers.
|
__init__(self,
entry_id)
Marker initializer. |
|
|
|
addSphere(self,
xyz,
radius)
Adds spehere to marker group. |
|
|
|
|
|
removeSpheres(self,
sphere_indices)
Removes spheres from the group. |
|
|
|
setSelected(self,
sphere_indices)
Shows the specified spheres as selected (with a glow effect). |
|
|
|
resetSelected(self)
Resets current selection. |
|
|
|
show(self)
Show all spheres for this group. |
|
|
|
hide(self)
Hide all spheres for this group. |
|
|
|
clear(self)
Deletes all spheres for this group. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|