MeshSlicer
This is a library for slicing polygon mesh structures into flat polygons.
Supported File Formats
- STL (ASCII and Binary)
API Reference
Install
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.
Weather
This package is developed under the latest development verion of Julia.
Building Documentation
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/
.
Examples
License
The MeshSlicer.jl package is licensed under the MIT "Expat" License. See LICENSE.md.