create_pipe
Create a straight pipe by specifying start and end coordinates and radius. Adds it to a named body.
Instructions
FreeCAD tool: create_pipe
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| x1 | No | Start X | |
| y1 | No | Start Y | |
| z1 | No | Start Z | |
| x2 | No | End X | |
| y2 | No | End Y | |
| z2 | No | End Z | |
| radius | No | Pipe radius (mm) |