Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello,
i want to save parts and assemblys as .x3d but there is no "save as" option in Creo 2.0
So, is there anybody who has an idea how can I do it.
Thanks for good Ideas
Boris
File tab > save as > save a copy
in the new window, lower right, select the supported file type you wish to save as
Hello Ron,
thanks for your answer
that is what I have done.
But there is no way to save in .X3D.
My question is, when CREO have no "save as Copy" option in the format .x3d, is there an other
way to do it?
What are the possibilities with other programs to do it?
Boris,
I guess you can save model into VRML format (*.wrl) and convert it to X3D, see below.
http://stackoverflow.com/questions/14849593/vrml-to-x3d-conversion
There's an opensource project called MeshLab that does all sorts of processing on 3D meshes. It also has a command-line tool called MeshlabServer.
Running meshlabserver.exe -i <wrl file> -o <x3d file>
performs the conversion (very quickly).
MH
Hello Martin,
i have download Meshlab.
I will test ist.
Thank you