Export nodal data to VTK format #253
-
Hi, I tried to plot the displacement field in Neper. What I realized was that using the
works fine for the PNG output. On the other hand, no (nodal or interpolated element) data is written to the VTK file, when I specify the image format to be How can I export the displacement field into a VTK file? The same observations apply to other nodal data as well, such as the coordinates. Thank you, EDIT: If nodal data could be output into VTK format, that would allow one to export the coordinates as well, hence supporting the visualization of the deformed configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Yes, because
Yes.
Indeed, no "color data" are written to the VTK file at the moment.
You can use |
Beta Was this translation helpful? Give feedback.
Yes, because
-datanodecol
defines the colors of the nodes, not the colors of the elements. You could see the (colored) nodes using-shownode 1
(and probably-datanoderad
to increase the node radii).Yes.