IFC express model parser in C#

7.8k Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.