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 |
What are the various types of stl containers?
what's the difference between function overloading and function overiding?
what are you now programming Languages C+
how to overload << and >> operator in c++
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 .
What is Template Specialization?
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");
What is Object Oriental Progam
What is the disadvantage of templates ?
write a program to search and display the position of an element in a single-dimentional array using function.