3D parametric plot.
ParametricPlot3D[{f x, f y, f z}, {u, umin, umax}]
ParametricPlot3D[{f x, f y, f z}, {u, umin, umax}, {v, vmin, vmax}]
ParametricPlot3D[{{f x, f y, f z}, {g x, g y, g z}, …}, …]
ParametricPlot3D[…, {u, v}∈ reg]
Head[ParametricPlot3D[{Cos[t], Sin[t], t}, {t, 0, 6}]]
→ Graphics3DStringContainsQ[ExportString[ParametricPlot3D[{Cos[t], Sin[t], t/5}, {t, 0, 6.2}, PlotStyle -> {Red, Tube[0.2]}], "SVG"], "<polygon"]
→ True- Axes — default True
- BoundaryStyle — default None
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- EvaluationMonitor — default None
- Exclusions — default Automatic
- ExclusionsStyle — default None
- LabelingSize — default Automatic
- MaxRecursion — default Automatic
- Mesh — default Automatic
- MeshFunctions — default Automatic
- MeshShading — default None
- MeshStyle — default Automatic
- Method — default Automatic
- NormalsFunction — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotLabels — default None
- PlotLegends — default None
- PlotPoints — default Automatic
- PlotRange — default Automatic
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- RegionFunction — default ( True & )
- ScalingFunctions — default None
- TextureCoordinateFunction — default Automatic
- TextureCoordinateScaling — default True
- WorkingPrecision — default MachinePrecision