xBimTeam / XbimEssentials

A .NET library to work with data in the IFC format. This is the core component of the Xbim Toolkit
https://xbimteam.github.io/
Other
486 stars 172 forks source link

Ifc Alignment c# early binding #93

Closed FlixFix closed 6 years ago

FlixFix commented 7 years ago

Hey guys, my name is Felix and I am currently studying at the technical university of munich (TUM). Last year I studied at Newcastle University, where I got introduced to Road Alignment by Roger Bird. At the moment, back at TUM, I am writing my dissertation. It is a documentation about the new IFC-Alignment 1.1 and includes the programming of a IFC Import/Export Plugin for Autodesk Civil 3D. The Plugin is written in C#. I've just started learning C# for this purpose two months ago and therefore am a complete newcomer, when it comes to coding. However, my Plugin already reads all the alignments and profiles with their associated entities, gets the entity-attributes (the attributes according to the IFC Alignment 1.1 data scheme) and writes them into a .txt-File. Still my goal is to get an IFC-File in the end. Therfore I am missing an Early Binding, that lets me write/convert my collected alignments and profiles into an IFC file. My tutor told me about this project and I thought maybe you had that early binding I'm after and I could maybe use it. Sorry in case what I am looking for is already on here, but as I said I am a complete newcomer in software development, so I haven't worked my head round Github completely yet either.

I would be really thankful, if you could answer my question or help me regarding my problem. I've attached the IFC data scheme I need the early binding for.

IFC4x1_RC3.txt

Regards, Felix Rampf

ps: I already contacted you over the xbim website, but I thought maybe this here is a better place to ask my question. I've attached the

martin1cerny commented 7 years ago

Hi Felix, there is already a pull request #91 from @urosjovanovic which extends xBIM early binding implementation with Alignment extension. Read our discussion there please. You can than get a source from his fork and it should be exactly what you need.

FlixFix commented 7 years ago

Hey Martin, thanks for your quick reply! I really appreciate that. I'll get back to @urosjovanovic and see if I can use his extension with xBIM to create my fully working export-AddIn.

All the best for your project!

Regards, Felix

Am 22.06.2017 um 11:21 schrieb Martin Černý notifications@github.com:

Hi Felix, there is already a pull request #91 from @urosjovanovic which extends xBIM early binding implementation with Alignment extension. Read our discussion there please. You can than get a source from his fork and it should be exactly what you need.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

martin1cerny commented 6 years ago

Closing, because IFC Alignment (IFC4x1 FINAL) is natively supported by xBIM in develop branch now.