Function fj_export::export_3mf

source ·
pub fn export_3mf(
    mesh: &Mesh<Point<3>>,
    write: impl Write + Seek
) -> Result<(), Error>
Expand description

Export the provided mesh to the provided writer in the 3MF format.