intersectPlaneSurf

Intersection points of an arbitrary surface with an arbitrary plane.

您现在正在关注此提交

out=intersectPlaneSurf(p0, v, exx, eyy, ezz)
Intersection of a surface with an arbitrary plane. The plane must be specified with "p0" which is a point that the plane includes and a normal vector "v" of that plane.
"exx", "eyy" and "ezz" is the surface coordinates such that can be used with surf command. the uotput "out" is a nx3 cell that contains n number of discreete intersection regions in 3d coordinaetes.
You can use provided example file to get the result that is used in screenshot.

Note: You have to download geom3d toolbox by David Legland from FEX to visualize results correctly, and "myfrenet" function which i provide that can use example file

引用格式

Mehmet OZTURK (2026). intersectPlaneSurf (https://ww2.mathworks.cn/matlabcentral/fileexchange/22377-intersectplanesurf), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Contour Plots 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.2

will be available as a Toolbox file

1.1.0.0

Some changes in the code comments.
A small error removed.

1.0.0.0