Any ever intersected 3D volumes in python? #1443
Answered
by
RyanConway91
RyanConway91
asked this question in
Q&A
-
I am working on model with an unstructured grid (quadtree, different grid in each layer) and I want to intersect 3D volumes from a mine plan with the grid to figure out what cells are ore body, open shafts, ect. Anyone ever do this? If so, what was your approach? |
Beta Was this translation helpful? Give feedback.
Answered by
RyanConway91
Jul 15, 2022
Replies: 1 comment 3 replies
-
After some research, I found a way to intersect volumes with paraview using the resample_with_data filter. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
RyanConway91
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some research, I found a way to intersect volumes with paraview using the resample_with_data filter.