3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1780834047
06-07 12:29
Model Name
3d modell menschliche figur
Tags
character
rendering
realistic
Prompt
// ===================== // PARAMETER // ===================== length = 200; // Innenlänge width = 30; // Innenbreite height = 75; // Innenhöhe wall = 3; // Wandstärke tolerance = 0.6; // Spielraum für 3D Druck trigger_guard_len = 50; // Schutzbereich // ===================== // MODELL // ===================== difference() { // AUSSENFORM cube([ length + 2*wall, width + 2*wall, height + wall ]); // INNENKANAL translate([wall, wall, wall]) cube([ length + tolerance, width + tolerance, height ]); // ABZUGSSCHUTZ BLOCK (Material bleibt stehen) translate([wall + 35, 0, 0]) cube([ trigger_guard_len, width + 2*wall, height + wall ]); }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!