# Move Edge

<img src="/files/BALq1esKMBSLXYThjNIx" alt="" data-size="line"> Move Edge

The MoveEdge command moves a polysurface edge.

**Steps**

1. Select edges.
2. Pick a point to move from.
3. Pick a point to move to.

#### Command-line options

-DirectionConstraint:

* None: No restriction to direction.
* FirstFaceNoraml: Restricts movement to the normal direction of the first face selected.
* SecondFaceNormal: Restricts movement to the normal direction of the second face selected.
* AverageFacesNormal: Restricts movement to an average of the normal directions of the first and second faces.
* Vertical:  Restricts movement vertical to the construction plane.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/moveedge.htm#\(null\)).


---

# 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/solid/face-edition/move-edge.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.
