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.