> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pipe Intersection

## About this Block

**What it does:** The **Pipe Intersection** block creates a pipe body at the intersection of two implicit bodies. The radius input controls the size of the pipe.

**Common uses:**

* Blending converging pipes

## Example File

Download Example: [Pipe Intersection Example](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/pipe_intersection.ntop)
![Pipe Intersection](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/pipeintersection.jpg)

***

Add a pipe at the intersection of two implicit bodies.

### Inputs

| Name   | Type                                                                 | Description                        |
| ------ | -------------------------------------------------------------------- | ---------------------------------- |
| Radius | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Radius of pipe.                    |
| Body 1 | [Implicit Body](../../../../block-documentation/types/implicit-body) | First implicit body to intersect.  |
| Body 2 | [Implicit Body](../../../../block-documentation/types/implicit-body) | Second implicit body to intersect. |

### Outputs

| Type                                                                 |
| -------------------------------------------------------------------- |
| [Implicit Body](../../../../block-documentation/types/implicit-body) |
