3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1779906415
05-27 18:31
Model Name
кришка пляшки 3d модель
Tags
props
rendering
realistic
Prompt
// Параметри кришки cap_diameter = 28; // Внутрішній діаметр (мм) cap_height = 15; // Висота кришки (мм) wall_thickness = 2; // Товщина стінок (мм) thread_pitch = 3; // Крок різьби (мм) thread_depth = 1.5; // Глибина різьби (мм) module bottle_cap() { difference() { // Зовнішня частина кришки cylinder(d = cap_diameter + wall_thickness * 2, h = cap_height, $fn = 100); // Внутрішня порожнина translate([0, 0, wall_thickness]) cylinder(d = cap_diameter, h = cap_height, $fn = 100); // Вирізання різьби (спрощена модель спіралі) for (i = [0 : thread_pitch : cap_height - thread_pitch]) { translate([0, 0, i + wall_thickness]) rotate_extrude($fn = 100) translate([cap_diameter / 2 - 0.5, 0, 0]) circle(r = thread_depth / 2, $fn = 20); } } } // Рендеринг bottle_cap();
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!