Fast Express STEP part 21 parsing in .NET
We want to make xbim parsing better, faster and stronger, so we have hand written a custom parser in C# instead of relying on the one generated by GPPG.
This is a basic implementation at the moment, but does parse sample models with no problems, and appears much faster and maintainable than the old version.
Initial guidance for the use of the library can be found in the Xbim.Extract sample application in the solution. As we investigate the use of this library in the main libraries of xbim the APIs profile might change substantially and we will use the experience to make the documentation richer.
Feel free to add a new issue for any questions, happy to help there.
- Solve the int32 limit of file parsing with GPPG.
- Make it fast.
- Reduce and simplify public API profile.
- Add XML documentation comments to all public members.
- Fire events when relevant data found while parsing.
- Stripping features added to Xbim.Extract
- Stripping features extended to inject spatial relationships to site and project.
- Tool to fix malformed syntax issues in IFC.
- Should we retain SyntaxTrivia (e.g. spaces and comments)? They are currently dropped when parsing.
- Provide generic access to parsing via custom ISouceText implementations.
The code is published under the CDDL-1.0 license. Additional licensing options are available on request.
The author is grateful to Immo Landwerth (@terrajobst) for the exceptional resources provided in the Minsk project, that largely informed the parser's architecture.
For questions or problems on the library you can reference me in a new issue or email [email protected] for consultancy requests.