3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
View Plans
DCC Bridge
Anonymous1770724409
02-10 12:17
Model Name
modelo de casa 3d
Tags
3d printing
3d printing realistic
architecture
architecture 3d printing
architecture 3d printing realistic
architecture realistic
modelo de casa
realistic
Prompt
// ===== PLACA CONSTRUÇÃO CIVIL – 20cm ===== // Texto NÃO espelhado – pronto para venda $fn = 200; // Medidas diametro = 200; base_altura = 7; relevo_logo = 3; relevo_nome = 2.5; relevo_sub = 1.8; // ===== BASE ===== module base() { cylinder(h=base_altura, d=diametro); } // ===== TELHADO ===== module telhado() { translate([0, 18, base_altura]) linear_extrude(height=relevo_logo) polygon(points=[ [-25,0],[0,20],[25,0] ]); } // ===== TEXTO ===== module texto(txt, size, y, h) { translate([0, y, base_altura]) linear_extrude(height=h) text(txt, size=size, halign="center", valign="center", font="Arial:style=Bold"); } // ===== MODELO FINAL ===== union() { base(); telhado(); texto("DIÊGO FERREIRA", 18, -5, relevo_nome); texto("CONSTRUÇÃO CIVIL", 11, -20, relevo_sub); }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!