Reference a blog post about STEP file parsing

Vectornaut 2025-10-13 23:55:09 +00:00
parent 837a11ad9f
commit 7961d423c5

@ -38,6 +38,8 @@ This format is described by the ISO 10303 standard. The standard includes an "In
There's an experimental Rust crate for reading and writing STEP files, called [ruststep](https://github.com/ricosjp/ruststep). There's an experimental Rust crate for reading and writing STEP files, called [ruststep](https://github.com/ricosjp/ruststep).
This [blog post](https://zacxalot.github.io/step/4-express-parser/) about writing a STEP parser includes some concrete examples of STEP files.
### IGES ### IGES
[This page](https://innovation.world/it/invention/iges-step/) claims that IGES "lacked the ability to store higher-level information like feature history or assembly constraints." [This page](https://innovation.world/it/invention/iges-step/) claims that IGES "lacked the ability to store higher-level information like feature history or assembly constraints."