gempy-project / gempy

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.
https://gempy.org
European Union Public License 1.2
986 stars 235 forks source link

add an example for exporting model to VTK #924

Open yangjiandendi opened 4 months ago

yangjiandendi commented 4 months ago

Description

added an example for exporting GemPy model to VTK model and getting the vertices of model mesh in Example 01.

Relates to <#922>

Checklist

Leguark commented 2 months ago

Hi yangjiandi. Thanks for the pull request, this can be a nice example for other people. However, to add it to the documentation it should be converted to a .py file with similar syntax as the other examples. This makes possible to build sphinx documentation. If you convert it into a .py file I can continue the review.

Cheers