Closed GildedHonour closed 1 year ago
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.
I need a simple example of generating ifc file. Is there any?