3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1777131314
04-30 13:47
Model Name
rocket engine 3d model
Tags
machine
3d printing
realistic
Prompt
from trimesh.creation import box, cylinder from trimesh.util import concatenate import trimesh # Corpo principal body = box(extents=[40, 35, 45]) body.apply_translation([0, 0, 22.5]) # Bico inferior nozzle = cylinder(radius=7, height=20, sections=64) nozzle.apply_translation([0, 0, -10]) # União das peças model = concatenate([body, nozzle]) # Exportar STL stl_path = "vareta_succao_aprox.stl" model.export(stl_path) print(f"Arquivo STL salvo em: {stl_path}")
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!