-
Notifications
You must be signed in to change notification settings - Fork 24
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
Missing functions in meshtools #82
Comments
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!
The text was updated successfully, but these errors were encountered: