Crate fj_export

Source
Expand description

§Fornjot Exporter

Fornjot is an early-stage b-rep CAD kernel written in Rust. The kernel is split into multiple libraries that can be used semi-independently, and this is one of those.

This library exports Fornjot models to external file formats.

Enums§

Error
An error that can occur while exporting

Functions§

export
Export the provided mesh to the file at the given path.
export_3mf
Export the provided mesh to the provided writer in the 3MF format.
export_obj
Export the provided mesh to the provided writer in the OBJ format.
export_stl
Export the provided mesh to the provided writer in the STL format.