3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1775327309
04-04 21:30
Model Name
trapezoid panel 3d model
Tags
props
3d printing
realistic
Prompt
// Trapezoidal panel with central cutout module trapezoid_panel() { thickness = 1; top_width = 80; bottom_width = 50; height = 33; cutout_w = 23; cutout_h = 18; corner_radius = 3; cutout_offset = 13; // distance from bottom edge // Base trapezoid base = linear_extrude(height = thickness) polygon(points=[ [ -top_width/2, 0 ], [ top_width/2, 0 ], [ bottom_width/2, height ], [ -bottom_width/2, height ] ]); // Central cutout with chamfers cutout = translate([0, cutout_offset + cutout_h/2, 0]) linear_extrude(height = thickness+0.1) offset(r=-0.5) // chamfer corners square([cutout_w, cutout_h], center=true); // Final piece: trapezoid minus cutout difference() { minkowski() { base; cylinder(r=corner_radius, h=0.01); } cutout; } } // Render trapezoid_panel();
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!