A Method of Boundary Extraction for Triangle Mesh

Yanming Chen
2009-01-01
Abstract:According to the triangulation data,the author proposed a new method for boundary extraction.The proposed algorithm needed to build the topological relationship between triangles,vertices and edges,and then realized boundary extracting by using recursion method.The approach realized like this:this method used cyclic process,firstly finding an edge which had only one adjacency triangle in edge set.The two extreme points of the edge were used as previous and current point of polygonal boundary.Finding an edge which had only one adjacency triangle in adjacency triangles of current point,and only one of the two extreme points of this edge coincided with previous point or current point.The other point was used as sequential point and then searching other sequential points of boundary successively.When coincided with the first point,finishing the boundary extracting,and then went to the next cyclic process to extract boundary until finishing extracting all the boundaries.Through experiments,it proved that this algorithm was correctly and reasonable.It was computational efficiency and easy to realize.
What problem does this paper attempt to address?