Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 996 Bytes

File metadata and controls

34 lines (22 loc) · 996 Bytes

IFC4

🚧🚧 This crate is still work in progress. The API will most likely change a lot in the future. Use at your own risk! 🚧🚧

Current functionality

  • A parser for a subset of the IFC4 STEP format
  • Some builders to create geometric elements in IFC4 STEP format files

Current Architecture

graph LR

ifc[IFC STEP text]
rust[Rust Types]

ifc --> |winnow| rust
rust --> |std::fmt::Display| ifc
Loading

Docs

Standard Docs

Other