pick
#
alias of |
|
alias of |
|
alias of |
|
|
Picking Manager helps with picking 3D objects. |
alias of |
|
alias of |
|
|
Selection Manager helps with picking many objects simultaneously. |
|
All the operations on a read-only sequence. |
alias of |
CellPicker
#
- fury.pick.CellPicker#
alias of
vtkCellPicker
DataObject
#
- fury.pick.DataObject#
alias of
vtkDataObject
HardwareSelector
#
- fury.pick.HardwareSelector#
alias of
vtkHardwareSelector
PickingManager
#
- class fury.pick.PickingManager(vertices=True, faces=True, actors=True, world_coords=True)[source]#
Bases:
object
Picking Manager helps with picking 3D objects.
- __init__(vertices=True, faces=True, actors=True, world_coords=True)[source]#
Initialize Picking Manager.
- event_position(iren)[source]#
Return event display position from interactor.
- Parameters:
iren (interactor) – The interactor object can be retrieved for example using providing ShowManager’s iren attribute.
PointPicker
#
- fury.pick.PointPicker#
alias of
vtkPointPicker
PropPicker
#
- fury.pick.PropPicker#
alias of
vtkPropPicker
SelectionManager
#
- class fury.pick.SelectionManager(select='faces')[source]#
Bases:
object
Selection Manager helps with picking many objects simultaneously.
- __init__(select='faces')[source]#
Initialize Selection Manager.
- Parameters:
select ('faces') – Options are ‘faces’, ‘vertices’ or ‘actors’. Default ‘faces’.
- event_position(iren)[source]#
Return event display position from interactor.
- Parameters:
iren (interactor) – The interactor object can be retrieved for example using ShowManager’s iren attribute.
- selectable_off(actors)[source]#
Choose which actors cannot be selected.
- Parameters:
actors (actor or sequence of actors) –
Sequence
#
- class fury.pick.Sequence#
Bases:
Reversible
,Collection
All the operations on a read-only sequence.
Concrete subclasses must override __new__ or __init__, __getitem__, and __len__.
- __init__()#
- count(value) integer -- return number of occurrences of value #
- index(value[, start[, stop]]) integer -- return first index of value. #
Raises ValueError if the value is not present.
Supporting start and stop arguments is optional, but recommended.
WorldPointPicker
#
- fury.pick.WorldPointPicker#
alias of
vtkWorldPointPicker