Qurak

RegionPlot3D

Disponível

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-

Tópicos

Relacionados

Todas as 6300 funções · Usar isto de um cliente MCP