# Extrude Mesh

## <img src="/files/DkMzpfUaCqqXmfRiHRKk" alt="" data-size="line"> Extrude Mesh <a href="#profiles" id="profiles"></a>

The ExtrudeMesh command extrudes mesh faces and boundary edges with different direction modes.

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

### **Steps**

1. Start the command.
2. Select mesh faces or boundary edges to extrude.

   To extrude a whole mesh, select the mesh before starting the command.
3. Set command-line options.
4. Pick or enter the extrusion distance.

### Command-line options

**EdgeLoop:** Pick an edge on the boundary to select an edge loop.

**Basis**

* **WCS:** All faces or boundary edges extrude in the same direction based on world coordinates.
  * **Direction**
    * **Free:** The direction is picked freely.
    * **X/Y/Z:** The direction is fixed to the world X, Y, or Z axis.

![](https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/extrudemesh_wcs_edge.png)

* **UVN:** Each face or edge extrudes in the direction based on UVN coordinates.
* **Direction**
  * **Free:** The direction is picked freely.

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

  * **V (Boundary edges only):** Boundary edges extrude along the extending direction of the faces.

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

  * **N:** Faces extrude along vertex normal directions.

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

  * Boundary edges extrude perpendicular to the faces.

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

**SetBasePoint**

Picks a point as the starting point of the extruding distance.


---

# 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/vertex-and-edge-operations/extrude-mesh.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.
