- Find the scalar function d of the distance from the points on the surface to the plane
- Compute the contour lines of d of value 0, keeping the output of the function:
How do i find the intersection points between a surface and a patch?
17 ビュー (過去 30 日間)
古いコメントを表示
Rudy van den Bosch
2018 年 2 月 14 日
回答済み: Unai San Miguel
2018 年 2 月 14 日
Hello,
I am looking for a way to determine the intersection points between a surface and a patch as in the image. The result should be the (smooth) curve of these intersection points. Anybody who knows how to do this?
Greetings, Rudy
0 件のコメント
採用された回答
Unai San Miguel
2018 年 2 月 14 日
It is hard to find the intersection of a surface and a plane (in general), as it is explained here by Patrikalakis et al. And it may be harder to obtain a smooth curve.
But if you can do with a number of points on the (branches of the) curve(s), you can:
C = contour(x, y, d, [0 0]);
In C you can find all the points on the surface which belong to the intersection, see the documentation here: ContourMatrix property
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!