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.
-
Notifications
You must be signed in to change notification settings - Fork 0
caiuspetronius/mesh_xsections
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Matlab function returning intersections between a triangulation mesh and a set of planes. mesh_xsections correctly handles meshes with duplicated vertices and open boundary edges.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published