export_3mf

Function 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.