Efficient cutting area detection in roughing process for meshed surfaces

Zhiwei Lin,Jianzhong Fu,Hongyao Shen,Wenfeng Gan
DOI: https://doi.org/10.1007/s00170-013-5043-5
2013-01-01
Abstract:Presented in this paper is an efficient cutting area detection algorithm for the layer-by-layer roughing process of the meshed surfaces in stereolithography (STL) format. The algorithm consists of three steps. Firstly, the intersecting model of a spatial triangle facet and a plane is established and formulated. Based on this, all the intersecting segments between the assigned hunting plane and the triangle meshes in the STL model are calculated. These segments are unordered initially, so in the second step, by building a special data structure, an O( n log n ) time-linking procedure is developed to link the unordered intersecting segments into several closed loops, where n is number of intersecting segments. Finally, the cutting area is identified from the obtained loops by inheritance tree analysis. The proposed algorithm has been programed and run on a personal computer. Several STL surfaces have been tested and the results show that the proposed algorithm is fast and stable.
What problem does this paper attempt to address?