intersectPlaneSurf II

Intersection of a plane with an arbitrary surface

您现在正在关注此提交

Intersection of a plane with an arbitrary surface data. The surface must be in the form of faces and vertices strcture such as patch function and the faces of the surface must be defined with triangles. fv =
fv =
faces: [number of faces x 3 double]
vertices: [number of vertices x 3 double]
"p0" and "n" is used to define the plane. "p0" is a point that lies on
the plane and "n" is the normal vector of the plane.
The function actually calculates intersection segments of triangels of
the surface with the plane and finally all the calculated segments is
linked to each other to form a continuous intersection region

Note: You must compile provided mex file firstly

引用格式

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

致谢

参考作品: geom3d

类别

Help CenterMATLAB Answers 中查找有关 Triangulation Representation 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

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

Will be available as a Toolbox file

1.1.0.0

Not an update, a small correction has been made in the name of the function.

1.0.0.0