lwsspy / lwsspy.meshslice

Slicer for 3D meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Slicer for 3D meshes

License:GNU General Public License v3.0


Languages

Language:Python 98.1%Language:Makefile 1.9%