Expand description
§brepkit-io
Data exchange for brepkit: STEP, IGES, 3MF, STL, OBJ, PLY, and glTF import/export.
This is layer L3, depending on brepkit-math, brepkit-topology,
and brepkit-operations.
Modules§
- arena_
io - Exact serialization of a single solid’s topology sub-arena.
- gltf
- glTF 2.0 binary (.glb) import and export.
- iges
- IGES (Initial Graphics Exchange Specification) import and export.
- obj
- OBJ (Wavefront) mesh import and export.
- ply
- PLY (Polygon File Format / Stanford Triangle Format) I/O.
- step
- STEP (ISO 10303) data exchange.
- stl
- STL (stereolithography) import and export.
- threemf
- 3MF data exchange.
Enums§
- IoError
- Errors from data exchange operations.