5

does anyone has or had the problem of creating an EXPRESS schemar parser in C# (preferably)? I would also like the tool to create a parser/file generator for importing the models/ versions of IFC standards.

Vertexwahn
  • 7,709
  • 6
  • 64
  • 90
mjgp
  • 75
  • 1
  • 7

1 Answers1

6

There a two more C# libraries for IFC:

If you want to be able to use a user-defined EXPRESS Schema and you are also familiar with C++ you can try to modify the IfcGearsExtender so it generates a C# Code instead of C++ Code.

oipExpress could also be an option for you to generate a custom C# binding for you.

Vertexwahn
  • 7,709
  • 6
  • 64
  • 90