VTK for visualizing 3D Networks
BennyS via vtkusers <[email protected]> Sun, 10 Mar 2019 07:00:56 -0700 (MST)
| Newsgroups | gmane.comp.lib.vtk.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all! I am relatively new to VTK but still surprised by the opportunities provided by the visualization tool kit. For this reason, I am currently trying to visualize a network using VTK. I saw some youtube videos concerning this objective, but I was not able to achieve this objective and struggled hard the last month.. What I did so far: -I used networkx (python) to calculate the 3D positions of the node -Python VTK to plot spheres which represent the nodes and tubes which represent the edges. What I am not able to do: -I have information about the nodes which I would like to use to define the importance (=size?) of the nodes. Furthermore, this information is used to calculate the edge weigths. -Regarding the edge weights, it would be great to use this information for defining the tube color/diameter. I already found some threads directing to the MutableUndirectedGraph class for example. However, it seems to me that there is not clear way of doing it in a 3D manner. Maybe someone of you has some experience regarding this and could give me a helping hand? I would be really grateful! Thanks and cheers Benny -- Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers