Placeholder 3D contour plot returning a Graphics3D shell
ContourPlot3D[f, {x, xmin, xmax}, {y, ymin, ymax}, {z, zmin, zmax}]
ContourPlot3D[f == g, {x, xmin, xmax}, {y, ymin, ymax}, {z, zmin, zmax}]
ContourPlot3D[…, {x, y, z}∈ reg]
ContourPlot3D[x ^ 3 + y ^ 2 - z ^ 2, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
→ -Graphics3D-ContourPlot3D[x ^ 3 + y ^ 2 - z ^ 2 == 0, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
→ -Graphics3D-ContourPlot3D[Sqrt[x y z], {x, -1, 1}, {y, -1, 1}, {z, -1, 1}]
→ -Graphics3D-- Axes — default True
- BoundaryStyle — default Automatic
- BoxRatios — default { 1 , 1 , 1 }
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- Contours — default Automatic
- ContourStyle — default White
- EvaluationMonitor — default None
- MaxRecursion — default Automatic
- Mesh — default Automatic
- MeshFunctions — default { #1& , #2& , #3& }
- MeshShading — default None
- MeshStyle — default Automatic
- Method — default Automatic
- NormalsFunction — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotLegends — default None
- PlotPoints — default Automatic
- PlotRange — default { Full , Full , Full , Automatic }
- PlotTheme — default $PlotTheme
- RegionFunction — default ( True & )
- RegionBoundaryStyle — default Automatic
- ScalingFunctions — default None
- TextureCoordinateFunction — default Automatic
- TextureCoordinateScaling — default True
- WorkingPrecision — default MachinePrecision