-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make every subface filled like solid volume model? #945
Comments
Hi, |
Maybe i just want to know how to realise this example (https://docs.pyvista.org/examples/00-load/terrain-mesh#sphx-glr-examples-00-load-terrain-mesh-py) by using our gempy model, cause i want to extent the surface to a certain thickness. |
You can exctract the surface meshes from gempy and use them in pyvista and probably make something similar like the pyvista example. It will however not fill the volume between two surfaces I think, and I guess that is what you actually want? |
Yes, that is what i want. |
You can get the surface meshes from gempy using (here for multiple surfaces):
Which can then be used in Pyvista. Those are not structured meshes though, as they are created using Dual Contouring. I am not sure how this works with the Pyvista example you linked. |
Hello, i want to create model like solid volume model below, every two subfaces are filled and stacked,
and now i create a gempy model like this
I find an example like https://docs.pyvista.org/examples/00-load/terrain-mesh#sphx-glr-examples-00-load-terrain-mesh-py, but i don't know how to apply gempy model to do this, or you can tell me some other ways to solve my problem, cause the main code has changed a lot, some old solutions in the issues doesn't work now, so i really need your help, thanks a lot.
The text was updated successfully, but these errors were encountered: