Skip to content

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.

Notifications You must be signed in to change notification settings

caiuspetronius/mesh_xsections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mesh_xsections

screen shot 2019-02-07 at 7 13 20 pm

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.

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

No packages published

Languages