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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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_IRight-click on the view, select
Export Property to FileRepeat for
INDEX_JandINDEX_KThe 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