A hello world
GildedHonour opened this issue · 3 comments
GildedHonour commented
I need a simple example of generating ifc file.
Is there any?
jmirtsch commented
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
GildedHonour commented
@jmirtsch How to generate an IFC file itself out of that code?
jmirtsch commented
There is a method WriteFile on the databaseifc class that has a file path as a parameter to write to file.