Closed guillaumechauvat closed 1 year ago
Visualize the mesh as a
plot
Do you have an idea of what library to use? For 3D or large meshes I don't think matplotlib is the way to go, maybe some OpenGL library, but I don't want to add dependencies that can break easily either.
wxpython with pyOpenGL seems to work. I'll start with that, and if there are objections I can switch to something else.
No objections if it works on all OSs. Perhaps you can consider creating a subpackage called meshtools, so we can accomodate other visualization libraries in the future.
There aren't many functionalities implemented in meshtools right now. A few easy functions would be potentially useful:
genbox
does it, but having it inpymech
would allow using it as a building blocks for more complex meshes.More complicated and speculative:
extrude_refine
function to perform some kind of mesh refinement.Feel free to add anything to this list!