Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Graphics Objects >

Cuboid

Updated In 6 Graphic
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, 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.  »
  • Cuboids can be specified as transparent using Opacity directives.  »
  • The coordinates of the corners of the cuboid can be given using Scaled.  »
New in 2 | Last modified in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team