# Merge Faces

## <img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2FX4aRF3wsk2uvHDziGFhF%2FG5_08_SUBD_MERGE_COPLANAR_FACE.png?alt=media&#x26;token=02292677-e552-46d1-8a34-cf52baef0156" alt="" data-size="line"> Merge Faces

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

<div align="left"><figure><img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2FacfBYUwbNEPTexYtPv5B%2Fimage.png?alt=media&#x26;token=30548eee-4f48-4ed7-8072-1336d8da651b" alt="" width="299"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2F4hsjSkRb4eFTXgLfyooZ%2Fimage.png?alt=media&#x26;token=bcf1acdf-d208-413d-ad0e-90a85e6ce5ea" alt="" width="297"><figcaption></figcaption></figure></div>

### **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](https://docs.mcneel.com/rhino/8/help/en-us/commands/removecrease.htm) 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.

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