|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Graphics3D[primitives, options] represents a three-dimensional graphical image. |
| Cuboid[{xmin,ymin,zmin},...] | cuboid | |
| Cylinder[{{x1,x2,x3},...},...] | cylinder | |
| GraphicsComplex[pts,prims] | complex of graphics objects | |
| GraphicsGroup[{g1,g2,...}] | objects treated as a group | |
| Inset[obj,...] | inset object | |
| Line[{{x1,y1,z1},...}] | line | |
| Point[{x,y,z}] | point | |
| Polygon[{{x1,y1,z1},...}] | polygon | |
| Sphere[{x,y,z},...] | sphere | |
| Text[expr,{x,y,z}] | text |
| AbsoluteDashing[{w1,...}] | absolute line dashing specification | |
| AbsolutePointSize[d] | absolute point size specification | |
| AbsoluteThickness[w] | absolute line thickness specification | |
| CMYKColor[c,m,y,k] | color specification | |
| Dashing[{w1,...}] | line dashing specification | |
| Directive[g1,g2,...] | composite graphics directive | |
| EdgeForm[spec] | polygon edge specification | |
| FaceForm[spec] | polygon face specification | |
| Glow[c] | glow color specification | |
| GrayLevel[i] | gray-level specification | |
| Hue[h] | hue specification | |
| Opacity[a] | opacity specification | |
| PointSize[d] | point size specification | |
| RGBColor[r,g,b] | color specification | |
| Specularity[s] | surface specularity specification | |
| Thickness[w] | line thickness specification |
| Annotation[obj,label] | give an annotation | |
| Button[obj,action] | make obj act as a button | |
| Dynamic[obj] | use the dynamically updated current value | |
| EventHandler[obj,...] | attach an event handler | |
| Hyperlink[obj,URI] | make obj a hyperlink | |
| Mouseover[obj,over] | specify a mouseover form | |
| PopupWindow[obj,cont] | attach a popup window | |
| StatusArea[obj,label] | specify a label to appear in the status area | |
| Style[obj,opts] | specify a style | |
| Tooltip[obj,label] | attach a tooltip |
| AlignmentPoint | Center | the default point in the graphic to align with | |
| AspectRatio | Automatic | ratio of height to width | |
| Axes | False | whether to draw axes | |
| AxesEdge | Automatic | on which edges to put axes | |
| AxesLabel | None | axes labels | |
| AxesStyle | {} | graphics directives to specify the style for axes | |
| Background | None | background color for the plot | |
| BaselinePosition | Automatic | how to align with a surrounding text baseline | |
| BaseStyle | {} | base style specifications for the graphic | |
| Boxed | True | whether to draw the bounding box | |
| BoxRatios | Automatic | bounding 3D box ratios | |
| BoxStyle | Automatic | style specifications for the box | |
| ContentSelectable | Automatic | whether to allow contents to be selected | |
| ControllerLinking | Automatic | when to link to external rotation controllers | |
| ControllerMethod | Automatic | how external controllers should operate | |
| ControllerPath | Automatic | what external controllers to try to use | |
| DisplayFunction | $DisplayFunction | function for generating output | |
| Epilog | {} | 2D graphics primitives to be rendered after the main plot | |
| FaceGrids | None | grid lines to draw on the bounding box | |
| FaceGridsStyle | {} | style specifications for face grids | |
| FormatType | TraditionalForm | default format type for text | |
| ImageMargins | 0. | the margins to leave around the graphic | |
| ImagePadding | All | what extra padding to allow for labels, etc. | |
| ImageSize | Automatic | absolute size at which to render the graphic | |
| LabelStyle | {} | style specifications for labels | |
| Lighting | Automatic | simulated light sources to use | |
| Method | Automatic | details of 3D graphics methods to use | |
| PlotLabel | None | a label for the plot | |
| PlotRange | All | range of values to include | |
| PlotRangePadding | Automatic | how much to pad the range of values | |
| PlotRegion | Automatic | final display region to be filled | |
| PreserveImageOptions | Automatic | whether to preserve image options when displaying new versions of the same graphic | |
| Prolog | {} | 2D graphics primitives to be rendered before the main plot | |
| RotationAction | "Fit" | how to render after interactive rotation | |
| SphericalRegion | False | whether to make the circumscribing sphere fit in final display area | |
| Ticks | Automatic | specification for ticks | |
| TicksStyle | {} | style specification for ticks | |
| ViewAngle | All | angle of the field of view | |
| ViewCenter | {1/2,1/2,1/2} | point to display at the center | |
| ViewMatrix | Automatic | explicit transformation matrix | |
| ViewPoint | {1.3,-2.4,2.} | viewing position | |
| ViewRange | All | range of viewing distances to include | |
| ViewVector | Automatic | position and direction of a simulated camera | |
| ViewVertical | {0,0,1} | direction to make vertical |
Use lines, polygons, cylinders, spheres, etc. to build up a 3D graphics scene:
Use plot functions to automatically create Graphics3D from different types of data:
Use built-in polyhedron data:
|
| © 2008 Wolfram Research, Inc. |