Cuboid
Usage
• Cuboid[{ , , }] is a three-dimensional graphics primitive that represents a unit cuboid, oriented parallel to the axes. • Cuboid[{ , , }, { , , }] specifies a cuboid by giving the coordinates of opposite corners.
Notes
• Each face of the cuboid (rectangular parallelepiped) is effectively a Polygon object, with its front face on the outside. • You can specify how the faces and edges of the cuboid should be rendered using the same graphics directives as for polygons. • The coordinates of the corners of the cuboid can be given using Scaled. • New in Version 2.
|