Sign In to Use AI
Toggle
neThing.xyz
Code CAD
Image to 3D
Geometry
Optics
Model
AI
Help
Code Mode:
Build123D
# Create a weld neck flange with a nominal pipe size (nps) of "12", flange class of 300, and face type of "Ring" inlet_flange = WeldNeckFlange(nps="12", flange_class=300, face_type="Ring") # Create a slip-on flange with a nominal pipe size (nps) of "12" and flange class of 300 outlet_flange = SlipOnFlange(nps="12", flange_class=300) # Create a steel pipe with a nominal pipe size (nps) of "12", identifier as "40", and a straight path from (0, 0, 0) to (2 * FT, 0, 0) pipe = Pipe( nps="12", material="steel", identifier="40", path=Edge.make_line((0, 0, 0), (2 * FT, 0, 0)), ) # Connect the inlet joint of the pipe to the pipe joint of the inlet flange pipe.joints["inlet"].connect_to(inlet_flange.joints["pipe"]) # Connect the outlet joint of the pipe to the pipe joint of the outlet flange pipe.joints["outlet"].connect_to(outlet_flange.joints["pipe"]) # Save the final object, which is the combination of the pipe and the two flanges, to the variable `save` save = pipe + inlet_flange + outlet_flange
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!