KWWidgets/Projects/3DWidgets/Part2/Widgets/New
From KitwarePublic
Jump to navigationJump to search
To be updated during widget development
New Widgets
- Selection widgets
- Scale, translate, rotate widgets
vtkSelectBoxWidget
- Drag and highlight a rectangular portion of the render window in order to select actors, props or widgets.
- Left button down - start selection
- Left button up - end selection
- Mouse move - if selecting then draw rectangle around current selection area.
vtkBoxScaleWidget
- Perform scale action on a vtkProp3D.
- Left click on widget handles to scale current selection.
- Right click to select a vtkProp3D as current selection.
vtkBoxTranslateWidget
- Perform translation on a vtkProp3D.
- Left click and drag to move the current selection.
- Right click to select a vtkProp3D as current selection.
vtkBoxRotateWidget
- Perform rotation on a vtkProp3D.
- Left click and drag to rotate the current selection.
- Right click to select a vtkProp3D as current selection.
Updated Widgets
- BoxWidget