# Revolve

## <img src="/files/2CR8voU5UPnKMYzX7lLq" alt="" data-size="line"> Revolve

The Revolve command creates a surface or SubD by revolving a profile curve that defines the surface shape around an axis.

### **Steps**

1. [Select](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/select_objects.htm) curves.
2. [Pick](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/pick_location.htm) the start of the revolve axis.
3. Pick the end of the revolve axis, or press Enter to use CPlane-Z direction.

   The start and end of the revolve axis can be attached to existing objects using object snaps when History is recorded.
4. Specify options.

### Command-line options

**Output (Surface/SubD)**\
Specifies to create a NURBS surface or SubD.

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

**FullCircle**\
Revolves the input curve 360 degrees as a shortcut for specifying 360 degrees as the revolve angle.

**AskForStartAngle**

* **Yes**: Allows setting the angle (a degree away from the current input curve location) the revolve will start.
* **No**: Starts the revolve from 0 (the input curve location).

**Deformable**\
This option is only available when Output=Surface.

* **Yes**: The surface is rebuilt in the revolving direction to a degree-3 non-rational surface. Specify how many points in that direction. Deformable revolves can be deformed smoothly with point editing.
* **No**: The resulting revolved surface is an exact revolve: a rational surface with fully-multiple knots at the quadrants. This kind of surface is not easy to deform smoothly by point editing.

**PointCount**\
Specifies the number of [control points](https://docs.mcneel.com/rhino/8/help/en-us/popup_moreinformation/controlpoint.htm) in the revolving direction when Output=Surface and Deformable=Yes.

**SegmentCount**\
Specifies the number of faces in the revolving direction when Output=SubD.

**SplitAtTangents**\
Revolves tangent points on the input curve into joined edges (Yes) or creases (No) when Output=Surface.

<div align="left"><img src="https://docs.mcneel.com/rhino/8/help/en-us/image/topic_illustrations/revolve_splitattagnets.gif" alt=""></div>

SplitAtTangents=Yes (left) and No (right).

[**SubCrv**](https://docs.mcneel.com/rhino/8/help/en-us/commands/subcrv.htm#SubCrvAsInput)\
Type subcrv to select part of a curve as input.

***

To watch the video example, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/revolve.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/surface/revolve.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.
