GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
281 stars 97 forks source link

elaboration #2

Closed benkoshy closed 6 years ago

benkoshy commented 7 years ago

Hi

thank you for providing the code for viewing. i somehow randomly stumbled on this page.

Would you be able to elaborate what exactly it does?

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

much appreciated. project looks quite interesting.

rgds

Ben

jmirtsch commented 7 years ago

Hi Ben,

This c# project implements the Industry Foundation Class definition of object oriented representation of building and construction data. https://en.wikipedia.org/wiki/Industry_Foundation_Classes It provides read/write functionality in STEP, and also work in progress IfcJson and IfcXml expressions.

If you have any questions, please add further replies.

Hi Tom, Did you see there was a second branch supporting dotnet3.5 ? https://github.com/jmirtsch/GeometryGymIFC/tree/DotNet3.5 I haven't pushed recent changes to it yet though.

Cheers,

Jon

benkoshy commented 6 years ago

It provides read/write functionality in STEP, and also work in progress IfcJson and IfcXml expression

Thank you for your reply. would you be able to elaborate on what STEP is?

rgds

Ben

jmirtsch commented 6 years ago

Hi Ben,

See if this reference helps: https://en.wikipedia.org/wiki/ISO_10303-21

Cheers,

Jon

benkoshy commented 6 years ago

Hi thx for the msg Mr Jon that link definitely helped.

I think I understand - to adopt a coding analogy:

Am I understanding this correctly?