GeometryGym/GeometryGymIFC

A hello world

GildedHonour opened this issue · 3 comments

I need a simple example of generating ifc file.
Is there any?

You can find some sample code for generating IFC data sets or extracting information from existing at this repository.
https://github.com/GeometryGym/GeometryGymIFCExamples/blob/master/ConsoleCreateWall/Program.cs

@jmirtsch How to generate an IFC file itself out of that code?

There is a method WriteFile on the databaseifc class that has a file path as a parameter to write to file.