open_viewmin.filter_tree_plot.widgets.line_widgets

open_viewmin.filter_tree_plot.widgets.line_widgets#

Utilities for working with PyVista line widgets

Functions#

setup_line_widget(plotter[, widget_name, ...])

Set up a line widget

Module Contents#

setup_line_widget(plotter, widget_name=None, new_mesh_name='line_mesh', parent_mesh_name=None)#

Set up a line widget

Parameters:
  • plotter (FilterTreePlot)

  • widget_name (str or None)

  • new_mesh_name (str)

  • parent_mesh_name (str or None)