|
|
||
|
|
| ParametricPlot3D[{fx, fy, fz}, {u, umin, umax}] produces a three-dimensional space curve parametrized by a variable u which runs from umin to umax. |
| ParametricPlot3D[{fx, fy, fz}, {u, umin, umax}, {v, vmin, vmax}] produces a three-dimensional surface parametrized by u and v. |
| ParametricPlot3D[{{fx, fy, fz}, {gx, gy, gz}...}...] plots several objects together. |
| Axes | True | whether to draw axes | |
| BoundaryStyle | None | how to draw boundary lines for surfaces | |
| ColorFunction | Automatic | how to determine the color of curves and surfaces | |
| ColorFunctionScaling | True | whether to scale arguments to ColorFunction | |
| EvaluationMonitor | None | expression to evaluate at every function evaluation | |
| Exclusions | Automatic | ||
| ExclusionsStyle | None | what to draw at excluded points or curves | |
| MaxRecursion | Automatic | the maximum number of recursive subdivisions allowed | |
| Mesh | Automatic | how many mesh divisions in each direction to draw | |
| MeshFunctions | Automatic | how to determine the placement of mesh divisions | |
| MeshShading | None | how to shade regions between mesh divisions | |
| MeshStyle | Automatic | the style for mesh divisions | |
| Method | Automatic | the method to use for refining surfaces | |
| NormalsFunction | Automatic | how to determine effective surface normals | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotPoints | Automatic | the initial number of sample points in each parameter | |
| PlotRange | Automatic | range of values to include | |
| PlotStyle | Automatic | graphics directives for the style for each object | |
| RegionFunction | (True&) | how to determine whether a point should be included | |
| WorkingPrecision | MachinePrecision | the precision used in internal computations |
| © 2008 Wolfram Research, Inc. |