C# classes to generate and parse OpenBIM IFC files
Перейти к файлу
Jon Mirtschin 4d293cc487 Update Nuget Packages 2022-06-23 11:35:57 +10:00
Core Update v0.1.25.0 2022-03-21 22:12:36 +11:00
DLL Projects Update Nuget Packages 2022-06-23 11:35:57 +10:00
Extensions Update v0.1.25.0 2022-03-21 22:12:36 +11: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 v0.0.9 2016-08-17 12:28:08 +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 proposals for IFC5, and are easily extended for experimental extensions.

Documentation on these classes is available on Building Smart websites, such as http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/ (Browse Alphabetical Listings)

For a list of software/applications supporting IFC interaction, refer to http://www.buildingsmart-tech.org/implementation/implementations/plominoview.allapplications

Implementataion of ifcxml is in early stage of development.

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

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.