discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

problem with accuracy of projection()

A
ahmad
Sun, Jul 23, 2017 7:32 PM

I am new to openscad. I want to project a 3d object into 2d. I used this:

projection()  import(filename);

My input file is attached. The projection has a very low accuracy. Am I
missing something?

P.S: I used the scale([1,1,0]) instead of projection, and it worked pretty
well. but I know the output of scale is still a 3D object. I need 2D.

I am new to openscad. I want to project a 3d object into 2d. I used this: projection() import(filename); My input file is attached. The projection has a very low accuracy. Am I missing something? P.S: I used the scale([1,1,0]) instead of projection, and it worked pretty well. but I know the output of scale is still a 3D object. I need 2D.