Mathematica 9 is now available

GraphicsSurfaceGraphics

Graphics3D

FilledSmallSquareGraphics3D[primitives, options] represents a three-dimensional graphical image.

FilledSmallSquareGraphics3D is displayed using Show.

FilledSmallSquare The following graphics primitives can be used:

FilledSmallSquare The sound primitives SampledSoundList and SampledSoundFunction can also be included.

FilledSmallSquare The following graphics directives can be used:

FilledSmallSquare The following options can be given:

FilledSmallSquare Nested lists of graphics primitives can be given. Specifications such as GrayLevel remain in effect only until the end of the list which contains them.

FilledSmallSquare The standard print form for Graphics3D[ ... ] is -Graphics3D-. InputForm prints the explicit list of primitives.

FilledSmallSquare The default light sources used are 1,0,1, RGBColor[1,0,0], 1,1,1, RGBColor[0,1,0], 0,1,1, RGBColor[0,0,1].

FilledSmallSquareGraphics3D[SurfaceGraphics[ ... ]] can be used to convert a SurfaceGraphics object into Graphics3D representation.

FilledSmallSquareGraphics[SurfaceGraphics[ ... ]] generates a representation in terms of ordinary 2D graphics primitives.

FilledSmallSquare See The Mathematica Book: Section 2.9.1.

FilledSmallSquare See also: Plot3D, SurfaceGraphics, ParametricPlot3D.

FilledSmallSquare Related packages: Graphics`Graphics3D`, Graphics`Shapes`, Graphics`Polyhedra`.

Further Examples

GraphicsSurfaceGraphics



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.