C# classes to generate and parse OpenBIM IFC files
Перейти к файлу
Jon Mirtschin 8364a847e5 v24.08.23 2024-08-23 21:38:27 +10:00
Core v24.08.23 2024-08-23 21:38:27 +10:00
DLL Projects v24.08.23 2024-08-23 21:38:27 +10:00
Extensions v24.08.23 2024-08-23 21:38:27 +10:00
.editorconfig
.gitattributes
.gitignore
GettingStarted.md
LICENSE
README.md

README.md

GeometryGymIFC

C# classes to generate and parse OpenBIM IFC (Industry Foundation Class) files

These classes simultaneously support IFC2x3, IFC4 and Infrastructure extensions such as IFC4.3 and IFC4.4. We provide early support for IFC extension projects and new versions.

Documentation on these classes is available on Building Smart websites, such as https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/ (Browse Alphabetical Listings) Documentation for other versions of IFC are available https://technical.buildingsmart.org/standards/ifc/ifc-schema-specifications/

Projects to demonstrate the classes include https://github.com/jmirtsch/GeometryGymIFCExamples

Please contact me in advance of making significant changes to the core code, as it's possible existing code might be ported to the open source repository if I've already implemented it.