-
Can the serial number of grain cells on the tessellation model be marked when visualized with neper? |
Beta Was this translation helpful? Give feedback.
Answered by
rquey
Apr 20, 2022
Replies: 1 comment
-
No, not really. To add the numbers to the PNG output, a possibility would be to write a pov file containing the numbers at the desired locations (which you may get using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rquey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, not really.
To add the numbers to the PNG output, a possibility would be to write a pov file containing the numbers at the desired locations (which you may get using
-statcell id,x,y,z
) and include the file using-includepov
. If you just would like to know which grain is where, a possibility is to write the tess file atgeo
format, and open it under Gmsh.