I have a file which contains in each column x-coordinate, y-coordinate, z-coordinate and the radii of each sphere (I have thousands of spheres) and I would like to visualize them with any program, but I don't know which one I could use. Any help? If it is possible doing with C++ it would help a lot. Thanks.
Asked
Active
Viewed 122 times
1 Answers
0
ParaView is a good option. You only need a file with x,y,z,r coordinates. First apply the "table to points" filter and then the "glyph" filter. Is quite easy.

Elena
- 35
- 5
-
Please add further details to expand on your answer, such as working code or documentation citations. – Community Aug 28 '21 at 17:43