我想切割这个半球:
我的代码是:
difference() {
import("../kupol.stl");
translate([-150,-1,-1]) cube(500);
}
在预览结果是好的:
但渲染后(F6 键)我收到一个空对象:
渲染完成,没有任何错误:
Compiling design (CSG Tree generation)...
Rendering Polygon Mesh using CGAL...
Geometries in cache: 15
Geometry cache size in bytes: 3178728
CGAL Polyhedrons in cache: 12
CGAL cache size in bytes: 0
Total rendering time: 0 hours, 0 minutes, 0 seconds
Rendering finished.
我在 Windows 7 64 位机器上使用 OpenSCAD 版本 2015.03-2。 这是关于我的构建的详细信息,这里是我需要切割的半球 stl。
我究竟做错了什么?