Function threemf::write::write

source ·
pub fn write<W: Write + Seek, M: Into<Model>>(
    writer: W,
    model: M
) -> Result<(), Error>
Expand description

Write a triangle mesh to a 3MF writer