Extract IJK for visible cells #10843
magnesj
started this conversation in
Show and tell
Replies: 2 comments
-
Can a Python script extract I,J,K for only "visible cells"? |
Beta Was this translation helpful? Give feedback.
0 replies
-
"Show Plot Data" for Grid Cross plot may also have I,J,K as optional output |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you need to get a list of IJK cell values for visible cells in a view, the following procedure can be used:
Right-click on the view, select
Export Visible Cells as ...
Select static parameter
INDEX_I
Right-click on the view, select
Export Property to File
Repeat for
INDEX_J
andINDEX_K
The exported text files contains values for all grid cells. The IJK information can be filtered using the visible cells exported in the first step.
Beta Was this translation helpful? Give feedback.
All reactions