plots the 3D region where a condition is true.
RegionPlot3D[pred, {x, xmin, xmax}, {y, ymin, ymax}, {z, zmin, zmax}]
RegionPlot3D[{pred1, pred2, …}, …]
RegionPlot3D[x ^ 2 + y ^ 3 - z ^ 2 > 0, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
→ -Graphics3D-RegionPlot3D[x y z < 1, {x, -5, 5}, {y, -5, 5}, {z, -5, 5}, PlotStyle -> Directive[Yellow, Opacity[0.5]], Mesh -> None]
→ -Graphics3D-RegionPlot3D[x ^ 2 + y ^ 2 + z ^ 2 < 1 && x ^ 2 + y ^ 2 < z ^ 2, {x, -1, 1}, {y, -1, 1}, {z, -1, 1}, PlotPoints -> 35, PlotRange -> All]
→ -Graphics3D-- Axes — default True
- BoundaryStyle — default Automatic
- BoxRatios — default { 1 , 1 , 1 }
- ColorFunction — default Automatic
- ColorFunctionScaling — default True
- 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
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- ScalingFunctions — default None
- TextureCoordinateFunction — default Automatic
- TextureCoordinateScaling — default True
- WorkingPrecision — default MachinePrecision