Are there any options to get a 2D projection of the following 3D bone as shown below in Paraview?
The 2D projection contour line could look like the following (picture shown as an example, please ignore the projection plane):
Are there any options to get a 2D projection of the following 3D bone as shown below in Paraview?
The 2D projection contour line could look like the following (picture shown as an example, please ignore the projection plane):
Let's say you want to project to a plane at z=0. You can use the Calculator filter to project each point (x, y, z) to (x, y, 0). Turn on Coordinate Results
and set the expression to coordsX*iHat + coordsY*jHat
. Next, use the Feature Edges filter to produce a contour line of the projected geometry. This may give you something qualitatively similar to what you are looking for.