IFC Express Model Analyzer in C #

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

+4
source share
1 answer

There are two more C # libraries for IFC:

If you want to use a custom EXPRESS scheme, and you are also familiar with C ++, you can try changing IfcGearsExtender so that it generates C # code instead of C ++ code.

+5
source

All Articles