Problem
On the sphere, it is easy to control the resolution of the mesh in DiscretizeGraphics using the MaxCellMeasure attributes of Length and Area.
But these tricks do not seem to work on the cuboid. For example, varying the length from 1000 to 0.001 produces this same mesh.
DiscretizeGraphics[Graphics3D[Cuboid[{0, 0, 0}, {50, 3, 4}]], MaxCellMeasure -> {"Length" -> 10.0}] Question
How does one control the mesh resolution in this case?


DiscretizeRegionsince both return aMeshRegion? Something likeDiscretizeRegion[Cuboid[{0, 0, 0}, {50, 3, 4}], MaxCellMeasure -> {"Length" -> 10.0}]. $\endgroup$HexahedronMesh. $\endgroup$