# Fillet Surface to Curve

## <img src="/files/ruHQZ2wXzQ1i1uoXQokH" alt="" data-size="line"> Fillet Surface to Curve

The FilletSrfCrv command creates a fillet surface between a surface and a curve.

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

### **Steps**

1. Select a surface.

   The picking location decides the side to create the surface.
2. Select a curve near the surface.

### Options

**Radius**: Move the slider to change the radius, or double-click on the slider to enter a value.

**Range**: Click a number button to change the range of the slider for smaller or larger adjustment.

**Blend Type**

* Arc: Creates a fillet surface with arc sections and tangent (G1) to the input surfaces.

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

* Deformable: Add more control points to the fillet sections for adjusting tangency and bulge.

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

* Deformable degree: Sets the degree of fillet sections from 3 to 5.
* Tangent: Moves the second points on both ends in the tangent direction.
* Bulge (For degree 4 and 5): Moves the point(s) in the middle to make the fillet sections sharper or flatter.
* G2 Blend: Creates a blend surface connecting to the input surfaces with curvature (G2) continuity.

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

**Trim**: Uses the output surface to trim the input surfaces when possible. History is supported when the Trim checkbox is disabled.

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

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