Simple/small tool to plot and slice 3D meshes and create reproducible 2D slices.
| Documentation | https://lwsspy.github.io/lwsspy.meshslice/ |
| Deployment | |
| Build Status | |
| License |
pip install lwsspy.meshslicefrom lwsspy.meshlice import MeshPlotSph, read_mesh
M = read_mesh(<yourmeshfile>)
Meshplot(M)