intersection() in OpenSCAD -
I have a problem with the intersection in OpenCAD here is the code
intersection () {rotate_extrude ($ Fn = 200) Translation ([30, 0, 0]) circle (r = 5); Translation ([0,0, -50]) Cube ([100,100,100]); }; It looks good
as long as you miss Do not get chance to see
This is not what I expected. How can I fix this?
If you only compile your code, the view may be damaged, compile and render and You see your right 3D-object. To verify the export as stl, then import stl-file into a new document and check it
Comments
Post a Comment