OpenSCAD中的intersection()

时间:2015-01-22 15:03:17

标签: openscad

我在OpenSCAD中遇到了intersection()问题。这是代码

intersection(){
rotate_extrude($fn=200) 
    translate([30, 0, 0]) 

circle(r=5);
translate([0,0,-50]) 
    cube([100,100,100]);

};

看起来不错enter image description here 直到你有机会观察enter image description here 这不是我的预期。我该如何解决?

1 个答案:

答案 0 :(得分:2)

如果只编译代码,视图可能会损坏。编译并渲染,您会看到正确的3D对象。要验证导出为stl,请将stl文件导入新文档并进行检查