Elements
Elements copied to clipboard
Elements.Serialization.IFC
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"
I just happened to start using this. Install the Elements.Serialization.IFC separately from Nuget Package.
I just happened to start using this. Install the Elements.Serialization.IFC separately from Nuget Package.
thanks for Ur reply 🤗 what about Doc?
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?
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.
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:
- You can check our their API docs which is on their website.
- 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.
Thank you for the update. I will give it a try with the tests now, and I hope I can achieve success.