I have a newbie question, hopefully you can help me…
I have the following 3d vkf model (attached) and I need to convert it to a 2d plane, to look like the second picure.
How can I do this in Paraview?
Thank you!
I have a newbie question, hopefully you can help me…
I have the following 3d vkf model (attached) and I need to convert it to a 2d plane, to look like the second picure.
How can I do this in Paraview?
Thank you!
So you want to project your data into a 2D plane, is that correct ?
Yes, that is right!
I tried extract surface-> resample to image, but it is still 3d…
an “Image” in that context is a 3D image.
Do you want to project in the Z == 0 plane ?
Yes!
Thank you!
Is this the equivalent of isosurface extraction? I don’t know if it is possible in Paraview
A simple calculator should do the trick with:
coordsX*iHat+coordsY*jHat
and “CoordinatesResults” to on.