# By Edge Length

## <img src="/files/i9ijZQ0iZyqpRDcKCV8y" alt="" data-size="line"> Extract Mesh Faces By Edge Length <a href="#profiles" id="profiles"></a>

The ExtractMeshFacesByEdgeLength command separates mesh faces from the parent mesh object that have an edge length greater or less than a specified value.

ExtractMeshFacesByEdgeLength removes small or large mesh faces that do not belong in the mesh object.

In the example image, the extracted red faces have an edge length shorter than 0.1.\
![](https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/stlrepair_081.png)

### Command - line

**Edge length:** Sets the mesh edge length to compare.

* **Select edge:** Pick a mesh edge to specify the edge length you want.

**Increment:** Sets the amount the value is changed with each arrow click.

**Select edges:**

* **Shorter than edge length:** Selects mesh faces with an edge length shorter than the Edge length setting.
* **Longer than edge length:** Selects mesh faces with an edge length longer than the Edge length setting.

**Border only:** Makes polylines out of the edges of the selected mesh faces instead of extracting them from the parent mesh object.

**Extract a copy:** Makes a copy of the selected mesh faces rather than extracting them from the parent mesh object.


---

# 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/extract-mesh-faces/by-edge-length.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.
