?

Drone frame 3D Models

Find the best Drone frame 3D Models, free download in STL, FBX, GLB, OBJ, 3MF, USDZ for 3D modeling and creation in Blender, 3D printing, game developing, animation, eCommerce, AR/VR and etc. Generated by Tripo AI 3D Generator.

Anonymous1749733129
Anonymous1759239525
أبعاد الهيكل الرئيسية (بالمليمتر)
body_length = 80;       // طول الهيكل الرئيسي
body_width = 60;        // عرض الهيكل الرئيسي
body_height = 20;       // ارتفاع الهيكل الرئيسي

// أبعاد الأذرع
arm_length = 100;       // طول الذراع من مركز الهيكل
arm_width = 12;         // عرض الذراع
arm_height = 8;         // ارتفاع الذراع

// أبعاد أماكن المكونات
motor_mount_diameter = 16;  // قطر ثقوب تثبيت المحركات
flight_controller_hole_spacing = 30.5; // مسافة ثقوب لوحة التحكم
battery_compartment_length = 50;  // طول مكان البطارية (يجب قياس بطاريتك)
battery_compartment_width = 25;   // عرض مكان البطارية

// سماكة الجدران والمواد
wall_thickness = 2;

// ----------------------------------------------------
// لا تقم بتعديل أي شيء أسفل هذا السطر
// ----------------------------------------------------

module drone_arm() {
    cube([arm_length, arm_width, arm_height], center=true);
}

module drone_body() {
    difference() {
        cube([body_length, body_width, body_height], center=true);

        // تجويف للبطارية
        translate([-body_length/2 + wall_thickness + (battery_compartment_length/2), 0, 0])
        cube([battery_compartment_length, battery_compartment_width, body_height], center=true);

        // تجويف لوحة التحكم
        translate([0, 0, -body_height/2 + wall_thickness])
        cylinder(r=flight_controller_hole_spacing/2, h=body_height, center=true);
    }
}

module motor_mount_holes() {
    for (i = [0, 90, 180, 270]) {
        rotate([0, 0, i])
        translate([arm_length, 0, 0]) {
            cylinder(d=3, h=wall_thickness*2, center=true); //مثال لثقب لبرغي
        }
    }
}

// تجميع الأجزاء
union() {
    // القاعدة
    drone_body();

    // الأذرع
    for (i = [45, 135, 225, 315]) {
        rotate([0, 0, i])
        translate([arm_length/2, 0, 0])
        drone_arm();
    }
}
Anonymous1758624720
Anonymous1758513763
BlackVanta minimalistic frame for drone
Anonymous1758372309
Anonymous1758274574
Anonymous1749474932
Anonymous1775617201
Anonymous1774801142
Anonymous1774839670
Anonymous1774723123
Anonymous1773798151
Anonymous1771940650
Anonymous1772710804
Anonymous1770816574
Anonymous1761037621
Anonymous1763833006
Anonymous1771468998
Enter invite code to get credits!