Replies: 1 comment 5 replies
-
|
Hi @Kosach-p |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am writing an application for a laboratory confocal microscope and decided to use vedo for 3D visualization, due to its obvious advantages. However, I ran into this problem. I use Slicer3DPlotter to study 3D image slices, and quite often I need to change the data in Slicer3DPlotter. The problem is that I do not know how to do it! A simple replacement of the data in the array is not possible, since the size of the data is always different for me. And if I try to delete an object received from Slicer3DPlotter and create a new one, then sliders and other additional widgets are not deleted, which subsequently causes errors. Can you tell me how the vedo library is supposed to change data in the same "Slicer3DPlotter"? And is it possible to change the widgets in Slicer3DPlotter (like sliders)?
Beta Was this translation helpful? Give feedback.
All reactions