# Stitch

## <img src="/files/8BVddfqupClLEaeWfjK9" alt="" data-size="line"> Stitch <a href="#profiles" id="profiles"></a>

The Stitch command matches the positions of a pair of mesh/SubD vertices.

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

### Input

* Mesh edges, vertices, control points
* SubD edges, vertices, control points

### Command options

#### **Edge selection mode**

* **(Default)**

  Click selects a single edge. Double-click selects an edge loop.

  Ctrl+click deselects a single edge. Ctrl+double-click deselects an edge loop.
* **EdgeLoop**

  Click an edge to select an edge loop.

  The clicked edge displays a brighter highlight than the other edges in the loop.

  Ctrl+click the same edge to deselect the loop.

  The Edges option also allows selecting a pair of vertices.

**Stitch location**

* **Average**

  Right-click to stitch at the average location.
* **First**

  Stitch at the location of the first set.
* **Second**

  Stitch at the location of the second set.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/stitch.htm?Highlight=Stitch).


---

# 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/edition/stitch.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.
