Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有 2 个基地,我想用它创建 brik,h=10 让第一个基地成为 A 让第二个基地成为
difference() { A; offset(r=-1) A; }
怎么做?当然在 openSCAD 中
我想你正在寻找hull命令,它
显示子节点的凸包。