itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

Programatically set the "Wireframe" option

Open brey opened this issue 4 years ago • 0 comments

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?

brey avatar Nov 04 '21 16:11 brey