VTK 8.2 Python and VSCode

Yes I saw that, thanks. But since the updated wiki examples are still using the old ‘import vtk’, I thought this was the proper way.

Edit: even using vtkmodules does not work properly. I am able to get the list of classes of a given module (eg vtkFiltersGeneral), but then, when instantiating an object and trying to use it, no class members are available.

1 Like