View Plans
3D Model: Import Cadquery As Cq # --------------------------------------------------- # 1 | Tripo AI

65abae2e-ab94-4b0f-8f39-45b546e5165d

Input
Input image for 3D model generation
Prompt

import cadquery as cq # --------------------------------------------------- # 1. Base rectangle: 30 mm wide × 9 mm deep × 9 mm high # --------------------------------------------------- base = cq.Workplane("XY").box(30, 9, 9, centered=[True, True, False]) # --------------------------------------------------- # 2. Central raised section: 19 × 9 × 9 mm # --------------------------------------------------- rect_section = ( cq.Workplane("XY") .workplane(offset=9) # sits on top of base .box(19, 9, 9, centered=[True, True, False]) ) # --------------------------------------------------- # 3. Semicircle dome: radius 11 mm, thickness 9 mm # --------------------------------------------------- dome = ( cq.Workplane("XY") .workplane(offset=18) # 9 (base) + 9 (rect) = 18 mm .circle(11) .extrude(11, both=True) ) # Cut dome into semicircle shape dome = dome.intersect( cq.Workplane("XY") .box(19, 9, 11, centered=[True, True, False]) .translate((0, 0, 18))

2K·PBR·v3.0-20250812

Related Models
3d model: make it so it is all flat and the top is the design sticks out so I c3d model: stylized witch with hat and staff black and white tribal illustration3d model: blue robotic leg with metallic joints and panels3d model: chibi fantasy girl wearing a light blue dress with cloud accents and a3d model: blue toy train engine with smiling face on a red base3d model: cat girl character with black sweater gray hair white skin black th3d model: gray metal sliding lever with mounting holes and inset track a mechan3d model: wooden lattice windmill tower with rusted metal blades