Skip to main content
1-Visitor
November 18, 2015
Question

save as .X3D

  • November 18, 2015
  • 3 replies
  • 2585 views

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

3 replies

12-Amethyst
November 18, 2015

File tab > save as > save a copy

in the new window, lower right, select the supported file type you wish to save as

Bogo1-VisitorAuthor
1-Visitor
November 18, 2015

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?






24-Ruby III
November 18, 2015

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

Bogo1-VisitorAuthor
1-Visitor
November 18, 2015

Hello Martin,

i have download Meshlab.

I will test ist.

Thank you