hypar-io / Elements

The smallest useful BIM.
https://www.hypar.io
MIT License
343 stars 73 forks source link

Elements.Serialization.IFC #1081

Open KarimAbrazek opened 4 months ago

KarimAbrazek commented 4 months ago

Describe the bug I install the Package using below and I way and I didn't find the "Elements.Serialization.IFC" to implement. and that part is not covered in Docs

"PM> Install-Package Hypar.Elements"

simpleSketche commented 4 months ago

I just happened to start using this. Install the Elements.Serialization.IFC separately from Nuget Package.

KarimAbrazek commented 4 months ago

I just happened to start using this. Install the Elements.Serialization.IFC separately from Nuget Package.

thanks for Ur reply 🤗 what about Doc?

simpleSketche commented 4 months ago

I just happened to start using this. Install the Elements.Serialization.IFC separately from Nuget Package.

thanks for Ur reply 🤗

what about Doc?

Not sure what you mean by this question?

KarimAbrazek commented 4 months ago

I just happened to start using this. Install the Elements.Serialization.IFC separately from Nuget Package.

thanks for Ur reply 🤗 what about Doc?

Not sure what you mean by this question?

Documentation, To Know how I can use that Lib. like https://hypar-io.github.io/Elements/index.html for Elements.

simpleSketche commented 4 months ago

I just happened to start using this. Install the Elements.Serialization.IFC separately from Nuget Package.

thanks for Ur reply 🤗 what about Doc?

Not sure what you mean by this question?

Documentation, To Know how I can use that Lib. like https://hypar-io.github.io/Elements/index.html for Elements.

This is what I found out so far:

  1. You can check our their API docs which is on their website.
  2. They have tests folder in the Elements.IFC repo, there are examples of deserializing IFC files. Unfortunately, I haven't had any success with their IFC deserializer, and the errors seems related to the IFC parser.
KarimAbrazek commented 4 months ago

Thank you for the update. I will give it a try with the tests now, and I hope I can achieve success.