# MultiPipe

## <img src="/files/h8TYhQHyCtBwIVpwI8rt" alt="" data-size="line"> MultiPipe <a href="#profiles" id="profiles"></a>

The MultiPipe command creates a SubD pipe frame with smooth conjunctions from intersected curves.

### **Steps**

1. Select curves that form a frame.

   Overlapped segments result in a single pipe segment.
2. Enter the radius.
3. Specify the Cap and Struts options.

   0 is suggested when the input curves are not linear.

![](https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/multipipe.gif)

### Command-line options

#### **Radius**

The approximate radius of the SubD pipe frame.

#### **Cap (On/Off)**

On adds a face at each opening. Off does not.

<div align="left"><img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/multipipe_cap.gif" alt=""></div>

#### **Struts**

Lines are divided at intersections into "struts", and then the SubD pipe frame is created with the specified divisions on each strut.

<div align="left"><img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/multipipe_strut_divisions.gif" alt=""></div>

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/multipipe.htm#\(null\)).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rhinoartisan.com/commands/subd/creation/multipipe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
