# Merge

## <img src="/files/y5z6uc9nfKmmONbTWthc" alt="" data-size="line"> Merge

The MergeSrf command combines two surfaces into one surface at untrimmed edges.

### **Steps**

* Select two surfaces.\
  Both surfaces must be untrimmed and share an edge.

### Command-line options

**Smooth**: The resulting surface will be smooth. This makes the surface behave better for control point editing, but may alter the shape of both surfaces.

**Tolerance**: Surface edges must be within this tolerance for the two surfaces to merge. The Tolerance setting defaults to the Rhino global absolute toleranmce. Zero or a value less than the absolute tolerance is not acceptable.

**Roundness**: Defines the roundness (smoothness, dullness, bluntness, non-sharpness) of the merge. The default is 1 (full smoothing). Acceptable values are between 0 (sharp) and 1 (smooth).

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