|
Cuboid
Cuboid[ xmin, ymin, zmin ] is a three-dimensional graphics primitive that represents a unit cuboid, oriented parallel to the axes.
Cuboid[ xmin, ymin, zmin , xmax, ymax, zmax ] specifies a cuboid by giving the coordinates of opposite corners.
Each face of the cuboid (rectangular parallelepiped) is effectively a Polygon object.
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.
See Section 2.10.8.
See also: Polygon, Rectangle.
Related package: Graphics`Polyhedra`.
New in Version 2.
Further Examples
|