Unity-IFCEngine icon indicating copy to clipboard operation
Unity-IFCEngine copied to clipboard

IFCEngine error exception on import ifc file

Open maidi29 opened this issue 4 months ago • 1 comments

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)

image

I did no changes to any script, just opened the sample scene and the manager script was called with the included ifc file

maidi29 avatar Feb 09 '24 17:02 maidi29

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?

helpsterTee avatar Feb 09 '24 17:02 helpsterTee