This is a library for slicing polygon mesh structures into flat polygons.
- STL (ASCII and Binary)
This package is not yet in the Julia package repository. For now, you can call Pkg.clone("https://github.com/sjkelly/MeshSlicer.jl.git")
in the Julia REPL.
This package is developed under the latest development verion of Julia.
We use Jocco. To enable the submodule, run git submodule update --init
.
Then use jocco from the MeshSlicer directory with
julia ./doc/jocco/jocco.jl ./src/MeshSlicer.jl
. This will generate the
documentation in doc/
.
The MeshSlicer.jl package is licensed under the MIT "Expat" License. See LICENSE.md.