?

Gym equipment 3D Models

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

import bpy
from mathutils import Vector
import bmesh

# Limpar cena
bpy.ops.object.select_all(action='SELECT')
bpy.ops.object.delete()

# Dimensões do Power Rack (mm → Blender units)
height = 2.3  # 2300mm
width = 1.2   # 1200mm  
depth = 1.2   # 1200mm
tube_size = 0.08  # 80mm

# Criar 4 postes verticais
post_positions = [(-0.6,-0.6), (0.6,-0.6), (0.6,0.6), (-0.6,0.6)]
for pos in post_positions:
    bpy.ops.mesh.primitive_cube_add(location=(pos[0], pos[1], height/2), scale=(tube_size/2, tube_size/2, height/2))
    bpy.context.object.name = f"Poste_{pos[0]:.1f}_{pos[1]:.1f}"

# Barras horizontais base e topo
for z, name in [(0, "Base"), (height, "Topo")]:
    bpy.ops.mesh.primitive_cube_add(location=(0, -0.6, z), scale=(width/2, tube_size/2, tube_size/2))
    bpy.ops.mesh.primitive_cube_add(location=(0, 0.6, z), scale=(width/2, tube_size/2, tube_size/2))
    bpy.ops.mesh.primitive_cube_add(location=(-0.6, 0, z), scale=(tube_size/2, depth/2, tube_size/2))
Anonymous1769362775
Anonymous1768884189
Anonymous1769038313
Anonymous1767168073
Anonymous1768962471
Anonymous1768962471
Anonymous1768962362
Anonymous1768962362
A large commercial gym with small front desk beside entry door, equipped with strategically placed strength machines: flat/incline/decline benches clustered in free weight zone, lat pulldown and functional trainer against left wall, leg press and smith machine on back wall near squat rack. Central cardio area features 2 treadmills and spin bikes. Bathroom facilities split at rear corners. Cross-fit section near right wall with suspended ropes and pull-up station. AC units mounted high on front wall.
Anonymous1768904872
Anonymous1756956571
Anonymous1768847372
Anonymous1723765341
Anonymous1768390683
Anonymous1768588687
Anonymous1767948583
Anonymous1751624775
Anonymous1742786406
Anonymous1765634586
Enter invite code to get credits!