marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
2.04k stars 265 forks source link

Open Controls window #94

Open MattiaMartinelli opened 4 years ago

MattiaMartinelli commented 4 years ago

Good morning,

I just started to use vtkplotter. I saw that in the "Create a 3D Delaunay triangulation of a set of input points" examples, in the plotter appears a very usefull windows called something like Open/Close controls where is it possible to hide or show the loaded objects etc. May I ask you in which part of the code is it defined and how do you build it?

thank you

Mattia

marcomusy commented 4 years ago

Hi Mattia, you are probably referring to the K3D jupyter backend of vtkplotter. This not at all controlled by vtkplotter. You can check its functionalities here. M.

MattiaMartinelli commented 4 years ago

Yes exactly. thank you very much for your help Mattia