# Cone

## <img src="/files/FYPub05QpUqvzppW1mp9" alt="" data-size="line"> Cone <a href="#profiles" id="profiles"></a>

The Cone command creates a surface cone.

#### Command-line options

* DirectionConstraint: Direction constraints restrict the direction of the cone

  1.None: Pick or type a number to set the height.

  2.Vertical: Creates a cone perpendicular to the contruction plane.

  3.AroundCurve: Draws the base circle perpendicular to the picked point on a curve. The center line of the cone will be tangent to the curve.
* Solid (Yes/No): Decides if the bottom will be capped to create a solid or open cone.
* Radius: Draws the base circle by picking the center point and a radius point.
* 2Point: Draws the base circle from two opposite points.
* 3Point: Draws the base circle through three points.
* Tangent: Draws the base circle tangent to one, two, or three curves.
* FitPoints: Draws the base circle by fitting to selected points, control points, or mesh vertices.

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


---

# 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/basic-geometry/cone.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.
