Sign In to Use AI
Toggle
neThing.xyz
Code CAD
Image to 3D
Geometry
Optics
Model
AI
Help
Code Mode:
Build123D
# Define the text to be used text = "hello" # Set the dimensions and font size length, width, thickness, fontsize, fontht = 80.0, 60.0, 10.0, 25.0, 4.0 # Define the plane for the text plane = Plane.XY # Create the 2D text "hello" on the defined plane regular = plane * Text(text, font="DejaVu Sans", font_style=FontStyle.REGULAR, font_size=fontsize, align=(Align.CENTER, Align.MIN)) italic = plane * Text(text, font="DejaVu Sans", font_style=FontStyle.ITALIC, font_size=fontsize, align=(Align.CENTER, Align.MIN)) bold = plane * Text(text, font="DejaVu Sans", font_style=FontStyle.BOLD, font_size=fontsize, align=(Align.CENTER, Align.MIN)) #combine combo = regular + italic.translate((0,-20,0)) + bold.translate((0,-40,0)) # Extrude the 2D text to create 3D text text_3d = extrude(combo, amount=fontht) # Save the 3D text object save = text_3d
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!