Sofa.Gui.BaseGUI

class Sofa.Gui.BaseGUI

Bases: pybind11_object

Base class defining all methods each GUI must implement

setBackgroundImage(self: Sofa.Gui.BaseGUI, arg0: str) None

Set the background image of the current GUI viewer with the given filepath.

Parameters

filename (str) – Path to the image which will become the background of the viewer.