Expand description
An axis-aligned box, built by extrude-ing its bottom face straight up
— no vertex/edge is ever duplicated then welded, since extrude shares
every side wall’s edges with its top/bottom caps by construction (see its
own module docs).
Functions§
- cube_
solid - A box solid spanning
[min, max], built asextrude’s start cap (the unit square in(u, v), atz = max.z) swept down tomin.z.