# Slide

## <img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2FxcRntpeOVgQ3ejCV8vDe%2FSLIDE.png?alt=media&#x26;token=d082b5a5-e79b-4202-be21-49e3f201ab30" alt="" data-size="line"> Slide <a href="#profiles" id="profiles"></a>

The Slide command moves selected vertices (or vertices of selected edges) along adjacent edges.

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

### Input:

* Mesh/SubD edge or edge loop
* Mesh/SubD vertex

### **Steps**

1. Select mesh/SubD edges, edge loops, or vertices.
2. Move the mouse cursor and click.

   Or, type a value and press Enter.

   The arrows point out the positive direction that is used for value input.

### Command options

### **Edge selection mode**

**(Default):** Click selects a single edge. Double-click selects an edge loop.

Ctrl+click deselects a single edge. Ctrl+double-click deselects an edge loop.

**EdgeLoop:** Click an edge to select an edge loop.

The clicked edge displays a brighter highlight than the other edges in the loop.

Ctrl+click the same edge to deselect the loop.

### **OffsetMode**

**Proportional:** The amount is proportional to each crossing edge length. The input number should be between 0 and 1.0.

| <img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/slide_absolute.gif" alt="" data-size="original"> |
| ------------------------------------------------------------------------------------------------------------------------------- |

**Absolute:** The amount is same for all edges. The input number is a distance in the model unit.

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

### **Smoothness (0 - 1.0)**

0 moves vertices linearly along the edges towards the next vertices. 1.0 moves vertices in the most curved path towards the next vertices.

| <img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/slide_smoothness_0.png" alt="" data-size="original"> | <img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/slide_smoothness_1.png" alt="" data-size="original"> |
| ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| 0                                                                                                                                   | 1.0                                                                                                                                 |

### **Direction=Across/Along**

Moves edges in the side direction (Across), or in the edge direction (Along).

| <img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/slide_direction_across.gif" alt="" data-size="original"> | <img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/slide_direction_along.gif" alt="" data-size="original"> |
| --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Across                                                                                                                                  | Along                                                                                                                                  |


---

# 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/slide.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.
