3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
View Plans
DCC Bridge
Anonymous1777131314
04-30 13:47
Model Name
rocket engine 3d model
Tags
3d printing
3d printing realistic
cylinder
machine
machine 3d printing
machine 3d printing realistic
machine realistic
realistic
rocket engine
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!