|
SOLUTIONS
|
OBSOLETE MATHEMATICA SYMBOL
SurfaceGraphics
As of Version 6.0,
has been superseded by GraphicsComplex and related functionality.
SurfaceGraphics[array]
is a representation of a three-dimensional plot of a surface, with heights of each point on a grid specified by values in array.
![]()
represents a surface, whose parts are shaded according to the array shades.
Details and OptionsDetails and Options
can be displayed using Show.
has the same options as Graphics3D, with the following additions: -
ClippingStyle Automatic how to draw clipped parts of the surface ColorFunction Automatic function to determine color based on z value ColorFunctionScaling True whether to scale z values before applying a color function HiddenSurface True whether to eliminate hidden surfaces Mesh True whether to draw a mesh on the surface MeshRange Automatic the original range of x, y coordinates for the plot MeshStyle Automatic graphics directives to specify the style for a mesh - For
, the default setting for BoxRatios is BoxRatios->{1, 1, 0.4}. - array should be a rectangular array of real numbers, representing z values. There will be holes in the surface corresponding to any array elements that are not real numbers.
- If array has dimensions
, then shades must have dimensions 

. - The elements of shades must be GrayLevel, Hue, or RGBColor directives.
- Graphics3D[SurfaceGraphics[...]] can be used to convert a
object into the more general Graphics3D representation.
is generated by Plot3D and ListPlot3D.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
