---
title: Cone
order: 6
---

A frustum (truncated cone). Adjust the cap to taper from a full circle down to a sharp point.

![Cone](../../assets/cone.webp)

## Parameters

- **Radius 1** — base radius (default `1.0`)
- **Radius 2** — top radius (default `0.0`)
- **Depth** — height along Z (default `2.0`)
- **Cone Cap** — `0.0–1.0`. `0.0` = pointed apex, `1.0` = full-size top (i.e. a cylinder)
- **Rounding + Profile** — applies to the rims

## Notes

*Cone Cap* sweeps the shape from cone through frustum to cylinder without changing type. It has a dedicated drag row in the [`RMB` menu](../../interface/rmb-menu.md) and the pie menu's West wedge.

## See also

- [Trapezoid](trapezoid.md) — the same frustum idea on a rectangular section
- [Cylinder](cylinder.md) — what a Cone becomes at cap `1.0`
