https://github.com/ianmackenzie/elm-iso-10303
Create data in ISO 10303-21 (STEP file) format
https://github.com/ianmackenzie/elm-iso-10303
Last synced: about 2 months ago
JSON representation
Create data in ISO 10303-21 (STEP file) format
- Host: GitHub
- URL: https://github.com/ianmackenzie/elm-iso-10303
- Owner: ianmackenzie
- License: mpl-2.0
- Created: 2016-08-24T01:00:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T00:36:26.000Z (9 months ago)
- Last Synced: 2025-03-14T20:13:08.254Z (about 2 months ago)
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/ianmackenzie/elm-iso-10303/latest/
- Size: 372 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-iso-10303
This package provides functionality for encoding and decoding data in
[ISO 10303-21](https://en.wikipedia.org/wiki/ISO_10303-21) (STEP file) format.
It is likely only useful as a base for higher-level packages that support
particular STEP-based file formats such as [IFC](https://en.wikipedia.org/wiki/Industry_Foundation_Classes)
and the various [STEP application protocols](https://www.steptools.com/stds/step/step_2.html).## Questions? Comments?
Please [open a new issue](https://github.com/ianmackenzie/elm-iso-10303/issues) if you
run into a bug, if any documentation is missing/incorrect/confusing, or if
there's a new feature that you would find useful. For general questions about
using this package, feel free to send me (**@ianmackenzie**) a message on the
[Elm Slack](http://elmlang.herokuapp.com/).