open_viewmin.filter_tree_plot_Qt.menus.mesh_options

open_viewmin.filter_tree_plot_Qt.menus.mesh_options#

Define actions for creating other meshes by filtering an existing mesh, accessed from a dropdown menu in the corresponding actor’s control toolbar.

Functions#

add_mesh_options_menu(actor_control_toolbar)

populate_mesh_options_menu(plotter, actor_name[, ...])

Populate dropdown menu in actor control toolbar with methods to derive

save_mesh(plotter, mesh_name, mesh)

Launch dialog to safe mesh to file

Module Contents#

add_mesh_options_menu(actor_control_toolbar)#
Parameters:

actor_control_toolbar (ActorControlToolbar)

Return type:

qw.QPushButton

populate_mesh_options_menu(plotter, actor_name, mesh_options_button=None)#

Populate dropdown menu in actor control toolbar with methods to derive new meshes from this one.

Parameters:
  • plotter (FilterTreePlotQt)

  • actor_name (str)

  • mesh_options_button (qw.QPushButton)

save_mesh(plotter, mesh_name, mesh)#

Launch dialog to safe mesh to file

Parameters: