We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to import the ifc file I get the following excpetion:
ifcengine assembly: type: member:(null) at (wrapper managed-to-native) IfcEngine.x86_64.sdaiOpenModelBN(int,string,string)
I did no changes to any script, just opened the sample scene and the manager script was called with the included ifc file
The text was updated successfully, but these errors were encountered:
Yeah this project is a bit older and I'm not working with Unity at the moment.
My guess would be that they changed something in the IFC engine DLL since the last release.
You can find older versions at https://rdf.bg/downloads-all/ifc-engine-downloads/
The last commit was from 2019 so it should work with one in this year. Can you try using an older version and see if the problem disappears?
Sorry, something went wrong.
No branches or pull requests
When trying to import the ifc file I get the following excpetion:
ifcengine assembly: type: member:(null)
at (wrapper managed-to-native) IfcEngine.x86_64.sdaiOpenModelBN(int,string,string)
I did no changes to any script, just opened the sample scene and the manager script was called with the included ifc file
The text was updated successfully, but these errors were encountered: