Closed AlexanderJuestel closed 5 months ago
Hey, interesting - I have not seen this behavior in my models. Can you share the code so I can take a look. Why exactly do you have downward facing orientations?
Good questions :D attached you will find the notebook and the data. You should be able to run it from cell 28 onwards.
Thanks for having a look :)
Ok, so the problem here is your extent. Your extent in x direction goes from high to low. If you just switch those values everything works fine. Not 100% sure where this blows up, but it somehow leads to a weird flip in the model.
That happens when you do copy and paste :D
Fixed the problem :)
Describe the bug
When plotting a simple model, I noticed that the meshes are plotted correctly but that the lith blocks are flipped in the Y-axis direction. See screenshot. I will have a look in the source code to see what is going on here :)
gpv.plot_3d(geo_model, show_data=True, image=False, plotter_type='basic')
Expected behavior Lith blocks and meshes should have the same orientation.