Skip to content

Can I graph finite faults in Gempy, so that they don't cut off my entire strata series? #943

Answered by NilsChudalla
shairethomg asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shairethomg ,

if it comes to Pyvista usage, you might stumble upon boolean operations (Example: https://docs.pyvista.org/examples/01-filter/boolean-operations.html). Those might be not sufficient for you, as they require manifold/watertight geometries, which these surface are not. If it is a onetime time thing, you could export the scene of your pyvista plotter object with
plotter = gpv.plot_3d(geo_model)
plotter.p.export_obj("name_of_scene.obj")
.
and then remove the vertices in some modeling software such as Blender. If you have to do it multiple times, I cannot think of any other way than creating a manifold object (e.g. pv.Box(model xmin, model xmax, model ymin, model ymax, depth o…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@NilsChudalla
Comment options

Answer selected by shairethomg
@shairethomg
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants