
wooden spool 3d model
55mmhollow centerpropsprops realisticprops renderingprops rendering realisticrealisticrenderingrendering realisticwooden spool
Prompt
// 切り株ベース(内径83mm、上部フチ3mm、高さ12.55mm、裾広がり) // 単位: mm $fn = 200; // 円の滑らかさ inner_d = 83.0; // くり抜く穴の直径(丸木がぴったり入るサイズ) top_wall = 3.0; // 上部フチの厚み top_d = inner_d + (top_wall * 2); // 上部の外径 (89.0mm) bottom_d = 130.0; // 底の外径(根元のように大きく広げる) h = 12.55; // 全体の高さ difference() { // 外側の切り株形状(下に向かって広がるテーパー) cylinder(h = h, d1 = bottom_d, d2 = top_d); // くり抜く穴(完全に貫通) translate([0, 0, -1]) cylinder(h = h + 2, d = inner_d); }
v2.5-20250123
Related Models









