Intersection of Polyhedron with Plane

Intersection of Polyhedron with Plane
97 download
Aggiornato 21 set 2024

Visualizza la licenza

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

Cita come

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. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

Added website

1.0.0