How do I convert a stl file?



How do I convert a stl file?..

Answer / Sudam Kumar

To convert an STL file (STereoLithography) into another format like OBJ or STEP, you can use various software tools such as FreeCAD, MeshLab, or Netfabb. The exact method may vary depending on the tool you are using.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More STL Interview Questions

What are the various types of stl containers?

1 Answers  


what's the difference between function overloading and function overiding?

5 Answers  


what are you now programming Languages C+

1 Answers   HCL,


how to overload << and >> operator in c++

3 Answers   Wipro,


In what cases using of a 'template' is a better approach then using of a 'base class'?

6 Answers   Lucent, Mind Tree, Wipro,


What is the Difference between CArray and CList?

1 Answers   ProdEx Technologies, Siemens,


Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .

4 Answers   Zycus Infotech,


What is Template Specialization?

1 Answers   Lucent,


Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


What is Object Oriental Progam

2 Answers  


What is the disadvantage of templates ?

2 Answers   NSN, Symphony,


write a program to search and display the position of an element in a single-dimentional array using function.

1 Answers  


Categories