itkwidgets
itkwidgets copied to clipboard
Programatically set the "Wireframe" option
Hi all. I am trying to find out how one can define programatically the view attribute to show Wireframe (or any of the other options for that matter).
e.g.
from itkwidgets import view
view(geometry=mesh, rotate=True, ui_collapsed=True, Wireframe=True)
Any ideas?