mmSolver.tools.selection#

This package contains all selection tools related to solver, marker, and bundle nodes.

Note

This module once contained ‘filternodes’ and ‘convert’ sub-modules. Modules have been refactored into mmSolver.api

Tools#

Common tools for manipulating selection, specific to mmSolver.

mmSolver.tools.selection.tools.swap_between_selected_markers_and_bundles()#

Toggles the selection of Markers and Bundles.

If a marker is selected, the attached bundle will be selected and vice versa.

mmSolver.tools.selection.tools.select_both_markers_and_bundles()#

Get the connected Markers and bundles, and select them.