# Extrude Curve To Point

## <img src="/files/1M5A168bXyEe9Qh0tVEt" alt="" data-size="line"> Extrude Curve To Point <a href="#profiles" id="profiles"></a>

The ExtrudeCrvToPoint command creates a surface by tracing the path of a curve tapering to converge at a selected point.

**Steps**

1. Select a curve.
2. Pick the point to extrude to.

#### Command-line options

Output

* Surface: Create a surface object.
* SubD: Create a SubD object.
  * A SubD friendly curve as the input creates a better SubD object.
  * Some options may not be available when Output = SubD.

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.

DeleteInput: Deletes (Yes) or keeps (No) the input objects.

SplitAtTangents

* Yes: Tangent points on the input curve extrude as joined edges.

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

* No: Tangent points on the input curve extrude as surface kinks.

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

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