# Chamfer

## <img src="/files/I3utWUv6IGSJZoX2MnsE" alt="" data-size="line"> Chamfer

The ChamferSrf command creates a ruled surface as a bevel between two input surface edges.

<div align="left"><figure><img src="/files/t6B3HLK7RBsXlTmCU465" alt=""><figcaption></figcaption></figure></div>

### **Steps**

1. Select the first surface.

   Click the surface at the side you want to keep after chamfering.<br>
2. Select the second surface.

   Click the surface at the side you want to keep after chamfering.

### Command-line options

**Distances**: The distance from the intersection of the surfaces to the edge of the chamfer.

**Extend**: When one input surface is longer than the other, the chamfer surface is extended on the longer edge.

<div align="left"><figure><img src="/files/9zGbc1m6RwTNz6AZhvQw" alt=""><figcaption></figcaption></figure></div>

**Trim**

* **Yes**: Trims the original surfaces to the intersections with the resulting surface.
* **No**: Does not trim. Uses the output surface to trim the input surfaces when possible. History is supported when the Trim=No.
* **Split**: Splits the original surfaces at the resulting surface edges.

<div align="left"><figure><img src="/files/p0ODdyWmNPZ7joRRZEcN" alt=""><figcaption></figcaption></figure></div>

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