MeshFunction方式

 

Show[Graphics3D[{Opacity[0.5], Ball[{0, 0, 0}, 2]}],
ParametricPlot3D[{4 + (3 + Cos[v]) Sin[u], (3 + Cos[v]) Cos[u],
Sin[v]}, {u, 0, 2 \[Pi]}, {v, -\[Pi], \[Pi]},
MeshFunctions -> Function[{x, y, z}, (z^2 + x^2 + y^2)],
Mesh -> {{{4, Directive[Thick, Red]}}}, PlotPoints -> 50],
Boxed -> False]

 

Mathematica绘制曲面交线方法(方法二)

相关文章:

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