Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IFC express model parser in C#

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.

like image 578
mjgp Avatar asked Oct 26 '11 15:10

mjgp


1 Answers

There a two more C# libraries for IFC:

  • xBIM Toolkit
  • IFC Engine

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.

like image 61
Vertexwahn Avatar answered Sep 22 '22 14:09

Vertexwahn