export 3D view projected to SVG format

hello,

I couldn’t find an answer to what I am looking to do,

is it in any way possible to export a svg (real vector) of a 3D view of a mesh?.
for example an image like the following:

a cylinder source filter with surface with edges, white color for the surface, black for the edges in 2D view, white background and disable lighting.
is there any possible way to make a svg of this kind of images? i know that in reality it is a 3D image, but when visualizing, the 3D is flatted over a 2D image i would love to be able to get it in svg where the edges can be visualized correctly.

ParaView doesnt support exporting vectorized images.

okey thanks for your answer mathieu, i saw that there was some vectorized images in previous images or that there was 2D vectorized images eporting? i thought maybe it would be possible to export the proyected view.

is it possible to define a plane and ‘squise” all the data into that plane in paraview easily? so one could get the point possition and connectivity bewteen the nodes '(also dont know how one can get this information) and to be able to recreate a svg outside of paraview after?