Chisel

A box frustum — like the Cone primitive but with a rectangular cross-section.

Trapezoid

Parameters

  • Size — base extent (default 2.0)
  • Cone Cap — top scale (default 0.5). 0.0 = pyramid, 1.0 = box.
  • Bevel + Bevel Profile + Bevel Smooth — controls for the four slanted vertical corners
  • Rounding + Profile — controls for the top and bottom rims

Notes

Cone Cap sweeps the shape from a pyramid at 0.0 through every frustum to a plain box at 1.0. The bevel runs along the slanted corners rather than vertical ones.

See also

  • Cone — the circular-section frustum
  • Box — what a Trapezoid becomes at cap 1.0