# Delete Faces

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

The **DeleteFaces** command removes selected faces from a mesh, SubD, or polysurface. This is particularly useful for editing objects by creating holes or simplifying geometry. For the best experience, use this command in a shaded display mode to visually select and remove faces with precision.

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

***

**Supported Input**

* Mesh faces
* SubD faces
* Polysurface faces

***

**Steps to Use**

1. Select the faces on the mesh, SubD, or polysurface that you want to remove.
2. Execute the **DeleteFaces** command.

**Face Loop Selection (Post-Selection)**

You can use advanced selection techniques to remove entire loops or ranges of faces:

* **To select an entire face loop**
  1. Click on a face in the desired loop.
  2. Double-click on the next face to define the loop direction.

{% embed url="<https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/doubleclickfaceloop.gif>" %}

* **To select a face loop range**
  1. Click on the first face and the last face in the loop.
  2. Double-click on an intermediate face near the selected range.

{% embed url="<https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/doubleclickfacelooprange.gif>" %}

***

**Applications**

Use the **DeleteFaces** command to:

* Create holes in objects for further editing.
* Simplify meshes, SubDs, or polysurfaces.
* Prepare models for custom modifications.


---

# 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-repair/delete-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.
