I use a specialized software for minimizing energy consumption for buildings. The software is called “Energieberater” and made by “Hottgenroth”. It has an included CAD. I can export a colada format and want to import it into Sketchup. I do get the preview, but after clicking “import”, I get an “import failed” message. Is there a solution for me?
I´ve attached the file, I get out of my Energieberater-software.
As a new user you can’t add attachments. I edited your level in the forum, you should be able to attach your example file now.
Collada is XML, and many applications have support for export, and most of those may do import as well. But, it’s quite possible the data coming from Energieberater has entries in it that confuse SketchUp. Theoretically an importer should ignore anything it doesn’t understand, but maybe their exporter is using a standard entry in an unconventional way.
When we see the file it should be possible to track down which part is the problem.
I then opened a copy of the DAE file in my code editor and saw that there were many materials that had phong effects that SketchUp cannot currently support.
So, I manually deleted the <library effects> and <library_materials> elements and the plain geometry imported.