Marco Musy
Marco Musy
Thanks, 1. Yes, `vedo` is a wrapper around vtk so it mostly runs the same algorithms. In the case of isosurfacing it is by `vtkContourFilter`. 2. I would say that...
> ah thanks a lot is there a way to use vtk.discreteMarchingCubes. It's not implemented. But you can still mix vtk and vedo easily and seamlessly, see examples: `examples/volumetric/streamlines2.py` `examples/volumetric/tensors.py`...
I'm afraid this is a limitation of cutwithpointloop, if the points are ordered you can maybe create a ribbon-like surface and use this to cut the original mesh.
I think 3mf format is not directly supported by vtk. you may still save as ply or stl and then convert using some online converter (?).
Hi, I disabled them in Linux-VTK9 basically because of a bug in vtk which causes crash. You may try `settings.sys_platform = "generic"` to force reenable them You can check your...
> Is this the bug you've previously mentioned and raised an issue for on the VTK project repo? yes - but they never replied..
Thanks for your feedback, btw what is your operative system? are you able to take individual screenshots? (eg. with `vp.screenshot()`) is makeVideo.py generating a video? > Do I need to...
> As far as I can understand, I need the "spider.ply" file to run 'makeVideo.py'. But I couldn't find it in your repository, so I can't run the program :)...
hi @maxvov thanks for reporting these issues! i'll have a look to fix them for the next release (~1 week).
Thanks Antoni, this is quite a useful piece of information!