新引入的SliceContourPlot不错

 

SliceContourPlot3D[y, (1.7 x^2 + y/3 + 0.6 z^2) (1.7 (x - 2)^2 +
y/3 + 0.6 z^2) == 6, {x, -2, 3}, {y, -2, 3}, {z, -2, 3},
Contours -> {0, 1, 2}, PlotPoints -> 100]

Mathematica绘制曲面交线方法

Show[SliceContourPlot3D[
x^2 + y^2, (1.7 x^2 + y/3 + 0.6 z^2) (1.7 (x - 2)^2 + y/3 +
0.6 z^2) == 6, {x, -2, 3}, {y, -2, 3}, {z, -2, 3},
Contours -> {1, 2}],
ContourPlot3D[{x^2 + y^2 == 1, x^2 + y^2 == 2}, {x, -2, 3}, {y, -2,
3}, {z, -2, 3}, ContourStyle -> Opacity[0.3], Mesh -> None,
BoundaryStyle -> None]]

 

Mathematica绘制曲面交线方法

相关文章:

  • 2022-12-23
  • 2021-11-24
  • 2022-01-10
  • 2021-06-18
  • 2022-01-11
  • 2021-12-06
猜你喜欢
  • 2021-12-26
  • 2021-05-31
  • 2021-07-24
  • 2021-09-19
  • 2021-12-06
  • 2021-12-14
相关资源
相似解决方案