I’m trying to open a 3mf file using Scene.FromFile(“myfile.3mf”) or scene.open(“myfile.3mf”) and i always get the error “cannot open this file” without any more detail.
Do you have an idea ?
I’m trying to open a 3mf file using Scene.FromFile(“myfile.3mf”) or scene.open(“myfile.3mf”) and i always get the error “cannot open this file” without any more detail.
Do you have an idea ?
Would you please share your sample file with us in .zip format so that we can test the scenario in our environment and address it accordingly.
Concept 10 3mf(3).zip (6.7 MB)
Here is my file. I can open it with desktop tools like 3DSpin. It has been generated from solidworks.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): THREEDNET-1577
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@andreseverin79300
We have fixed this issue, do you want a hotfix or wait for the next official release?
We can offer you hotfix for this through nuget or packed DLLs, which one do you prefer?
Thanks for your support.
Hello,
Hotfix through nuget would be the best for me.
Is it possible to know the root cause ?
Hello,
Hotfix through nuget would be the best for me.
Is it possible to know the root cause ?
The root cause of the issue is that your 3MF file is missing metadata. Although this is currently allowed in new specification, old specification requires metadata to be present in files when we added support for 3MF.
We just removed the metadata checking in the hot fix.
We have built the hotfix 24.7.1, you can get it from nuget now.
Thank you, it is working with the hot fix.