STL handler Module

The STL handler modules allows to load STL files in the viewer. Its function is based on Trimesh. Further details can be found in the dedicatated interface documentation: coperniFUS.modules.interfaces.trimesh_interfaces

class coperniFUS.modules.stl_handler.StlHandlerGUI(parent_viewer, **kwargs)[source]

Bases: StlHandler

property stl_item_tmat

Holds the atlas volume affine transformation matrix

init_dock()[source]

Called on GUI setup to add a module dock

add_rendered_object()[source]

Called when populating the viewer with the module rendered objects

delete_rendered_object()[source]

Called on deletion of the module rendered objects

parse_editor(src_editor, param_name, unit='', param_type='float')[source]