Sign In to Use AI
Toggle
neThing.xyz
Code CAD
Image to 3D
Geometry
Optics
Model
AI
Help
Code Mode:
Build123D
height = 100 # Adjust the height as needed extrusion_depth = 20 # Adjust the extrusion depth as needed # Define the height of the heart shape and the extrusion depth height = 100 # Adjust the height as needed extrusion_depth = 20 # Adjust the extrusion depth as needed # Create the heart shape using Bezier curves within BuildLine with BuildPart() as heart_solid: with BuildSketch() as heart: with BuildLine() as bl: # Define the Bezier curves that form half of the heart shape b1 = Bezier((0, 146), (20, 169), (67, 198), (97, 198)) b2 = Bezier((97, 198), (125, 198), (151, 186), (168, 167)) b3 = Bezier((168, 167), (197, 133), (194, 88), (158, 31)) b4 = Bezier((158, 31), (126, -13), (94, -48), (62, -95)) b5 = Bezier((62, -95), (40, -128), (0, -198)) # Mirror the half heart to complete the shape mirror(about=Plane.YZ) # Convert the line segments into a closed face make_face() # Scale the heart shape to the desired height scale(by=height / heart.sketch.bounding_box().size.Y) # Extrude the heart shape into a solid extrude(amount=extrusion_depth) save = heart_solid
Auto-Generate
Sign In to Generate Model
Sign In to Use AI
Color
Roughness
Metallic
Transmission
Iridescence
Apply
Rotate
Download .STL
Make it real.
LLM:
anthropic/claude-3.5-sonnet
# Should be replaced by helpinfo.md
Wallet Balance:
Loading...
Refresh Balance
Select Image Generation Model
Imagen3 (Fast) ($0.05)
Number of Images (1-4)
Image Prompt
Generate Images
Select Image-to-3D Model
Loading models...
Drag and drop your image here
or
Choose File
Download GLB
Welcome to neThing.xyz!