assimp / assimp-net

Automatically exported from code.google.com/p/assimp-net
196 stars 83 forks source link

How do you use this with an IFC file? #38

Open Ajes1337 opened 7 years ago

Ajes1337 commented 7 years ago
String fileName = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "AC14-FZK-Haus.ifc");

        AssimpContext importer = new AssimpContext();

        m_model = importer.ImportFile(fileName, PostProcessSteps.None);

Gives me this error:

Assimp.AssimpException: 'Error importing file: The string ",0.,0.))" cannot be converted into a value.'

Cannot find any examples on how to use assimp-net with ifc files... :/