?

Gear 3D Models

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

gear
Anonymous1763909967
Преобразуйте плоскую 2D-иллюстрацию в 3D-стиль
Anonymous1763805667
Anonymous1763680321
Anonymous1762972024
Anonymous1763031091
Anonymous1762954628
Anonymous1749646032
Anonymous1762780552
12 tooth gear with 12mm diameter, 8mm height, 5mm axis shaft and 1.7mm long  beveled teeth
Anonymous1762446951
Anonymous1749517973
Anonymous1758651248
Anonymous1761653593
Sanskruti Sangli
Anonymous1756455454
Anonymous1756455454
# Replicate teeth by rotation and fuse
gear_teeth = None
for i in range(z):
    angle_deg = i * 360.0 / z
    t = tooth_solid.copy()
    t.rotate(FreeCAD.Vector(0,0,0), FreeCAD.Vector(0,0,1), angle_deg)
    if gear_teeth is None:
        gear_teeth = t
    else:
        gear_teeth = gear_teeth.fuse(t)

# Combine annulus and teeth into gear body
gear = annulus.fuse(gear_teeth)

# Create keyway (meia-chaveta) as a rectangular cut
# We'll model a rectangular prism (box) and subtract it from the gear's bore.
# Box dimensions (radial depth x width x height): key_h x key_w x thickness
# Position the box so its inner face coincides with the bore surface (so it cuts into hub by key_h)
key_radial_depth = key_h
key_box = Part.makeBox(key_radial_depth, key_w, thickness)
# place box so its inner face sits at radius = inner_r (aligned along +X), box extends outward (+X)
# center box in Z and align its width around Y (so key runs along +Y direction)
# Box origin initially at (0,0,0) corner; translate so inner face at inner
Anonymous1749247684
Anonymous1760782895
Anonymous1760158312
Enter invite code to get credits!