Intersection of Polyhedron with Plane

版本 1.0.1 (2.0 KB) 作者: Ayad Al-Rumaithi
Intersection of Polyhedron with Plane
96.0 次下载
更新时间 2024/9/21

查看许可证

Finds the intesection of polyhedron with a plane in y-direction with example file. The polyhedron faces should be divided into triangles. The intersection results in one or more polygons defined by vertices and edges.
[VV,EE]=Polyhedron_Plane(V,F,YPlane)
Input:
V: (Nv,3) polyhedron vertix matrix
F: (Nf,3) polyhedron faces matrix
YPlane: The plane of intersection of the equation y=YPlane
Output:
VV: (Nv2,3) polygon(s) vertix matrix
EE: (Ne2,3) polygon(s) edges matrix

引用格式

Ayad Al-Rumaithi (2024). Intersection of Polyhedron with Plane (https://www.mathworks.com/matlabcentral/fileexchange/94035-intersection-of-polyhedron-with-plane), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Added website

1.0.0