# Extrude Surface Tapered

## <img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2Ff2kf7pgBmCTFS9I3mbDV%2FEXTRUDE_SRF_TAPERED.png?alt=media&#x26;token=3859d641-e948-48dd-8c6f-fe9075f44adb" alt="" data-size="line"> Extrude Surface Tapered <a href="#profiles" id="profiles"></a>

The ExtrudeSrfTapered command creates a solid by tracing the path of the surface edges in a straight line tapering in or out at a specified draft angle.

**Steps**

1. Select a surface.
2. Specify a distance.

#### Command-line options

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

Direction: Two points establish the direction angle.

* Direction steps

  1.Pick a base point.

  2.Pick a second point that establishes the direction angle.

DraftAngle: Specify the draft angle for the taper. The draft angle depends on the construction plane orientation. When the surface is vertical/perpendicular to the construction plane, the draft angle is zero. When the surface is parallel to the construction plane, the draft angle is 90 degrees.

Solid: If the profile curve is closed and planar, both ends of the extruded object are filled with planar surfaces and joined to make a closed polysurface.

Corners: Specifies how corner continuity is handled.

* Sharp: The corners of the tapered surfaces will extend to meet at sharp corners with position (G0) continuity.
* Round: The corners of the tapered surfaces will be filled with filleted segments with tangent (G1) continuity.
* Smooth: The corners of the tapered surfaces will be filled with blend segments with curvature (G2) continuity.

DeleteInput

* Yes: Deletes the original geometry.
* No: Retains the original geometry.

FlipAngle: Toggles the draft angle direction.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/extrudesrftapered.htm).


---

# 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/solid/extrusion/extrude-surface-tapered.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.
