# Merge Faces

## <img src="/files/vt3do50mOOvZxahSGYpW" alt="" data-size="line"> Merge Faces <a href="#profiles" id="profiles"></a>

The MergeFaces command merges a connected set of SubD or mesh faces into a single face.

A SubD (left) and a mesh (right).

{% embed url="<https://docs.mcneel.com/rhino/8/help/en-us/helpmedia/mergefaces.mp4>" %}

**Input**

* SubD Face, Edge, Vertex
* Mesh Face, Edge, Vertex

How faces are merged:

* If a vertex is selected, the faces around the vertex are merged into a single face.
* If an edge is selected, the faces on either side of the edge are merged into a single face.
* If a collection of faces is selected, they are partitioned into subsets. Each subset is merged into a single face.
* Faces separated by a SubD crease or an unwelded mesh edge cannot be merged. Use the RemoveCrease command to remove the crease or unwelded edge before merging the faces.
* Use Ctrl(CMD)+Shift+Click to select vertices or edges and press Delete to merge the surrounding faces into a single face. Deleting faces with Delete will leave holes.


---

# 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/mesh/mesh-modifications/merge-faces.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.
