# Pyramid

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

The Pyramid command draws a pyramid.

**Steps**

1. Draw the base polygon.\
   See the Polygon command for option descriptions.
2. Pick the end of the pyramid (apex), or type a value to set the height.

#### Command-line options

-Direction constraint options: Direction constraints restrict the direction of the circle.

* None: The center can be anywhere in 3-D space
  * Pick the second point anywhere using elevator mode, object snaps or other modeling aids.
* Vertical: Draws an object perpendicular to the construction plane.
  * Pick the center and a radius or diameter
* AroundCurve: Draws a circle perpendicular to a curve.
  * Select a curve and pick the center of the circle on the curve and a radius or diameter.

-Solid: Fills the base with a surface to form a closed solid.

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