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 Enter image details here as long as you miss Do not get chance to see Enter image details here 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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -