AxisLike
An axis reference used by revolve() and other axis-based operations. Any of the following formats are accepted:
| Format | Example | Description |
|---|---|---|
| Standard axis string | "x", "y", "z" | The three principal axes |
Axis | axis("x", [0, 10]) | An axis object created with axis() |