# Extend

## <img src="/files/wVnoOtJYRTsoaaJjFHeu" alt="" data-size="line"> Extend

The ExtendSrf command moves a surface edge to lengthen a surface.

If the surface edges is trimmed, a preview of the extension displays.

### **Steps**

1. Select a trimmed or untrimmed surface edge.\
   If an untrimmed edge or an isocurve trimmed edge is picked, the extending path displays from the picking point.<br>
2. Specify a distance.

### Command-line options

**Type**

* Smooth: Extends the surface smoothly curving from the edge.
* Line: Extends the surface in a straight line from the edge.

**SetBasePoint**: Specify a location that serves as the first point when picking two points that set the extension distance.

**Merge**

* Yes: The extension will be merged with the original surface.
* No: The extension will be created as a separate surface.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/extendsrf.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/surface/fillet/extend.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.
