3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1774200335
03-26 00:54
Model Name
human powered aircraft 3d model
Tags
3d printing
3d printing realistic
realistic
vehicle
vehicle 3d printing
vehicle 3d printing realistic
vehicle realistic
wingspan
Prompt
/* Human Powered Aircraft Concept (60 km/h target) Parametric OpenSCAD Model Units: meters */ // ---------------- PARAMETERS ---------------- wingspan = 30; // total wingspan wing_chord = 1.2; // average chord fuselage_length = 5.5; fuselage_width = 0.7; fuselage_height = 0.8; boom_length = 4.5; tail_span = 4; tail_chord = 0.8; prop_diameter = 2.8; // Resolution $fn = 60; // ---------------- MODULES ---------------- // Wing (simple flat plate approximation) module wing() { translate([-wingspan/2, 0, 0]) cube([wingspan, wing_chord, 0.05], center=false); } // Fuselage (teardrop approximation) module fuselage() { scale([fuselage_length, fuselage_width, fuselage_height]) sphere(0.5); } // Tail boom module boom() { translate([fuselage_length/2, 0, 0]) rotate([0,90,0]) cylinder(h=boom_length, d=0.1); } // Horizontal tail module horizontal_tail() { translate([fuselage_length/2 + boom_length, 0, 0]) cube([tail_span, tail_chord, 0.05], center=true); } // Vertical tail mod
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!