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 editorconfig 2018-10-11 12:22:32 +11:00
.gitattributes Initial Commit 2016-02-22 16:13:29 +11:00
.gitignore v0.0.16 2017-11-01 22:20:04 +11:00
GettingStarted.md starting to define some getting started ReadMe file 2020-12-16 10:47:39 +01:00
LICENSE Update LICENSE 2017-09-10 14:02:34 +10:00
README.md Update README.md link 2023-06-27 07:52:35 +10:00

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.