?

Single engine 3D Models

Find the best Single engine 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.

necesito un motor monocilindrico de 200cc de 30x33x30cm conectado a  un convertidor de 25 x 17 cm en posición transversal a la flecha de donde sale la potencia del motor, con poco espacio entre el motor y el convertidor CVT
Anonymous1757448281
моноколесо
Anonymous1726824957
Anonymous1741073380
Anonymous1759596335
Anonymous1759482668
Anonymous1759181971
Anonymous1758916220
3D单缸单活塞内燃机
Anonymous1756782078
// هذا الكود يقوم بإنشاء نموذج محرك ثلاثي الأبعاد بسيط في OpenSCAD.
// يمكنك تعديل المتغيرات في البداية لتغيير أبعاد المحرك.

// ==================== المتغيرات ====================
// ===================================================

// أبعاد الأسطوانة
cylinder_diameter = 20;
cylinder_height = 50;
piston_diameter = 18;
piston_height = 40;

// أبعاد العمود المرفقي
crankshaft_diameter = 10;
crankshaft_length = 100;
crankshaft_offset = 15;

// عدد الأسطوانات
num_cylinders = 4;
cylinder_spacing = 30;

// ==================== الوظائف ====================
// =================================================

// وظيفة لإنشاء أسطوانة محرك
module cylinder_block() {
  color([0.5, 0.5, 0.5]) {
    cylinder(h = cylinder_height, d = cylinder_diameter, $fn = 50);
  }
}

// وظيفة لإنشاء مكبس
module piston() {
  color([0.8, 0.8, 0.8]) {
    cylinder(h = piston_height, d = piston_diameter, $fn = 50);
  }
}

// وظيفة لإنشاء العمود المرفقي
module crankshaft() {
  color([0.3, 0.3, 0.3]) {
    cylinder(h = crankshaft_length, d = crankshaft_diameter, $fn = 50);

    // ربط المكابس بالعمود المرفقي
    for (i = [0:num_cylinders - 1]) {
      translate([0, -crankshaft_offset, (i * cylinder_spacing) + (crankshaft_length / 2)]) {
        rotate([0, 90, 0]) {
          cylinder(h = crankshaft_offset * 2, d = 5, $fn = 20);
        }
      }
    }
  }
}

// ==================== التجميع ====================
// ================================================

// إنشاء كتلة المحرك مع الأسطوانات
for (i = [0:num_cylinders - 1]) {
  translate([0, 0, i * cylinder_spacing]) {
    cylinder_block();
  }
}

// إنشاء المكابس
for (i = [0:num_cylinders - 1]) {
  translate([0, 0, (i * cylinder_spacing) + (cylinder_height / 2)]) {
    piston();
  }
}

// إنشاء وتحديد موقع العمود المرفقي
translate([0, -crankshaft_offset * 2, -crankshaft_length / 2]) {
  crankshaft();
}
Anonymous1758705401
one single car
Anonymous1758516214
Anonymous1771201536
Anonymous1772002484
Anonymous1769799115
Anonymous1774141214
Anonymous1773336928
Anonymous1733205885
Enter invite code to get credits!