cad_import 0.3.1

A simple library for importing CAD data from different formats into a uniform in-memory structure.
Documentation
1
2
3
4
5
//! The exporter module contains exporter functionalities to export the in-memory data.

mod x3d_exporter;

pub use x3d_exporter::X3DExporter;