CurveBuilderInteractorStyle#

class CurveBuilderInteractorStyle(parent, cdata)[source]#

Bases: vtkInteractorStyleRubberBandPick

VTK interactor style for building spline curves.

Attributes

Methods

CurveBuilderInteractorStyle.cleanup()

Remove all temporary visualization actors

CurveBuilderInteractorStyle.on_key_press(...)

CurveBuilderInteractorStyle.on_left_button_down(...)

Handle left button press events

CurveBuilderInteractorStyle.on_left_button_release(...)

CurveBuilderInteractorStyle.on_mouse_move(...)

Handle mouse move events

cleanup()[source]#

Remove all temporary visualization actors

on_left_button_down(obj, event)[source]#

Handle left button press events

on_mouse_move(obj, event)[source]#

Handle mouse move events