Skip to content

lwsspy/lwsspy.meshslice

Repository files navigation

MeshSlice

Simple/small tool to plot and slice 3D meshes and create reproducible 2D slices.

Documentation https://lwsspy.github.io/lwsspy.meshslice/
Deployment https://img.shields.io/pypi/v/meshslice.svg?logo=python&logoColor=white)
Build Status https://travis-ci.com/lwsspy/lwsspy.meshslice.svg?branch=main
License

Quick-Install

pip install lwsspy.meshslice

Quick-Usage

from lwsspy.meshlice import MeshPlotSph, read_mesh
M = read_mesh(<yourmeshfile>)
Meshplot(M)