# Blend Surface

## Description

Create a blended surface from two brep edges

{% tabs %}
{% tab title="Preview" %}
![](https://2925950326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDjVBCv0zXotDtlYfQEkm%2Fuploads%2FzCc6FxQz1JiYl12S0bW9%2FBlend_Surface.png?alt=media\&token=6091bbf5-56e4-4f62-822e-f9bd2801422e)
{% endtab %}

{% tab title="Location" %}
**Name** | Blend Surface

**Nickname** | Blend Srf

**Tab** | Surface

**Panel** | Freeform

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**B0** | **Start Brep** (*brep*) | The starting brep of the blend

**E0** | **Start Edge** (*int*) | The starting edge index from the start Brep

**T0** | **Start Type** (*int*) | The start edge blend type

**D0** | **Start Domain** (*interval*) | The starting edge sub domain

**F0** | **Flip Start** (*double*) | If true, the starting edge direction will be flipped

**B1** | **EndBrep** (*brep*) | The ending brep of the blend

**E1** | **EndEdge** (*int*) | The ending edge index from the start Brep

**T1** | **End Type** (*int*) | The end edge blend type

**D1** | **End Domain** (*interval*) | The ending edge sub domain

**F1** | **Flip End** (*double*) | If true, the ending edge direction will be flipped
{% endtab %}

{% tab title="Outputs" %}
**B** | **Breps** (*brep*) | The resulting Breps
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
