Reading STL file (stereolithography)
I've been searching for instruction to read STL files. STL files are generated by CAD software and come in ASCII format and binary.
i tried using
fopen(,"rb");
but could not make much use of it.
Topic archived. No new replies allowed.