Skip to content

Cuboid

Cuboid({xmin, ymin, zmin})

is a unit cube.

Cuboid({xmin, ymin, zmin}, {xmax, ymax, zmax})

represents a cuboid extending from {xmin, ymin, zmin} to {xmax, ymax, zmax}.

Examples

>> Graphics3D(Cuboid({0, 0, 1}))
-Graphics3D-

Implementation status

  • ✅ - full supported

Github