3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
3D Creation Made Simple
Text & Image to 3D Model in seconds
One-Click Texturing & Smart Detail Editing
Free Credits Monthly
Start Free
Anonymous1770786110
02-11 07:54
Model Name
电池架 3d 模型
Tags
props
rendering
realistic
Prompt
// 东成12V LB1220-1 双电池 墙面挂架 // 按你提供的精准实测尺寸建模 · 直接打印 // ========== 你给的官方实测尺寸 ========== bat_w = 70; // 电池宽度 bat_d = 30; // 电池厚度 bat_h = 100; // 电池高度 clip_w = 62; // 底部卡扣宽度 clip_d = 6; // 卡扣深度 clip_h = 12; // 卡扣高度(底面起) // ========== 挂架结构参数 ========== back_t = 2.0; // 背板厚度 base_t = 3.0; // 托台厚度 side_t = 2.5; // 侧边厚度 space = 10; // 双电池间距 holder_d = 32; // 挂架深度 // ========== 固定孔(墙面安装) ========== hole_dia = 5; hole_pitch = 35; // ========== 整体宽度计算 ========== unit_w = bat_w + 2*side_t + 4; // 单边留2mm间隙 total_w = 2 * unit_w + space; // ========== 建模开始 ========== difference() { union() { // 整体背板 translate([0,0,0]) cube([total_w, back_t, bat_h + 10]); // 双电池底座 for (i=[0,1]) { x = i * (unit_w + space); translate([x, -holder_d, 0]) cube([unit_w, holder_d, base_t]); // 左侧边 translate([x, -holder_d, base_t]) cube([side_t, holder_d, bat_h]); // 右侧边 translate([x + unit_w - side_t, -holder_d, base_t]) cube([side_t, holder_d, bat_h]); // 内部防掉卡扣 cx = x + (unit_w - clip_w) / 2; cy = -holder_d; cz = clip_h; translate([cx, cy - 1, cz]) cube([clip_w, 5.5, 2]); } // 中间加强板 translate([unit_w, -holder_d, 0]) cube([space, holder_d, bat_h]); } // 墙面固定沉孔 3个 for (x=[total_w/4, total_w/2, 3*total_w/4]) { translate([x, back_t/2, 10]) rotate([90,0,0]) cylinder(h=back_t + 2, d=hole_dia); } }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!