Sign In to Use AI
Toggle
neThing.xyz
Code CAD
Image to 3D
Geometry
Optics
Model
AI
Help
Code Mode:
Build123D
# Create a sphere and a box centered at the origin sphere = Sphere(radius=20) box = Box(length=30, width=30, height=30) # Perform a boolean intersection of the sphere and the box body = sphere & box # Create three orthogonal cylinders centered at the origin cylinder_x = Cylinder(radius=10, height=60) cylinder_y = cylinder_x.rotate(axis=Axis.Y, angle=90) cylinder_z = cylinder_x.rotate(axis=Axis.X, angle=90) # Perform a union of the three cylinders three = cylinder_x + cylinder_y + cylinder_z # Subtract the cylinder assembly from the body save = body - three
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
Loading models...
Drag and drop your image here
or
Choose File
Download GLB
Welcome to neThing.xyz!