Returns intersections between a triangulation mesh and a set of planes
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
mesh_xsections() is a Matlab function returning cross-sections of a triangulation mesh with a set of planes. Each cross-section is a cell array with one or more polygons (consecutive points in 3D). The function handles meshes with duplicated vertices (by fusing them) and open boundary edges (by cutting across the edge). It also removes duplicated faces and slightly budges mesh vertices if the plane happens to intersect them. mesh_xsections executes in a matter of seconds on meshes with hundreds of thousands of vertices.
Cite As
Yury (2026). mesh_xsections (https://github.com/caiuspetronius/mesh_xsections), GitHub. Retrieved .
General Information
- Version 1.0.1 (60.9 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.1 | Checks the mesh for duplicate faces and removes them now.
|
||
| 1.0.0 |
