brepkit-io 3.2.15

Multi-format B-Rep data exchange for brepkit (STEP, IGES, STL, 3MF, OBJ, PLY, glTF)
Documentation
1
2
3
4
5
6
7
//! STEP (ISO 10303) data exchange.

pub mod reader;
pub mod writer;

pub use reader::read_step;
pub use writer::write_step;