计算机集成制造系统 ›› 2014, Vol. 20 ›› Issue (09): 2079-2085.DOI: 10.13196/j.cims.2014.09.001

• 产品创新开发技术 • 上一篇    下一篇

快速计算高精度细分曲面之间交线的方法

曹斌,王敏杰,朱建宁   

  1. 大连理工大学机械工程学院
  • 出版日期:2014-09-30 发布日期:2014-09-30

Efficient algorithm for computing intersection curve between subdivision surfaces

  • Online:2014-09-30 Published:2014-09-30

摘要: 为解决细分曲面求交效率低、稳定性不足的问题,基于分治策略提出一种更加高效、稳定的Catmull-Clark细分曲面求交算法。采用新型数据结构实现细分曲面的分片表示,将细分曲面的求交问题转化为若干细分曲面面片的求交问题。对细分曲面面片进行多级分裂,并结合包围盒干涉检测技术获取相交网格集。利用细分曲面面片拓扑结构特性求解交线的首交点,同时建立相交网格边和相交网格面的选取规则,按序计算后续交点,得到细分曲面面片的交线。求出所有相交细分曲面面片间的交线后,再利用细分曲面面片间的拓扑关系合并细分曲面交线段。通过实例对算法进行了测试,结果表明,该算法在细分曲面形状复杂、细分次数较高的情况下能够实现高效、稳定的求交运算。

关键词: 细分曲面求交, 分治策略, 多级分裂, 数据结构

Abstract: To solve the problem of inefficiency and poor stability in computing intersection between subdivision surfaces,an efficient and stable Catmull-Clark subdivision surface method was presented based on divide-and-conquer strategy.The subdivision surface intersection was simplified to several subdivision surface patch intersection by utilizing a new data structure to realize piecewise representation.Based on subdivision surface patch multi-segmentation technology and bounding box collision detection technology,intersection grid set could be obtained.By using the topological structure of subdivision surface patch,the first point of intersection curve was solved,and the rules of intersection grid edge and intersection grid plane selection were established.An intersection curve was obtained by sequentially calculating subsequent intersection points.The intersection curves between all facets were computed,and subdivision surface intersection curves segments were combined by using topological structure of subdivision surface patch.The examples testing result showed that the algorithm could realize efficient and stable intersection operation with complex shape and high subdivision frequency of subdivision surfaces.

Key words: subdivision surface intersection, divide and conquer strategy, multi-segmentation, data structure

中图分类号: