meshslice

Slicer for 3D Meshes.


Keywords
Fun, Education, Learning, Programming
Licenses
GPL-3.0/GPL-3.0+
Install
pip install meshslice==0.0.4

Documentation

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)