TSlicer:一种基于拓扑的z单调三维网格切片算法

IF 2.8 4区 计算机科学 Q2 COMPUTER SCIENCE, SOFTWARE ENGINEERING
Ricardo Dutra da Silva , Henrique Romaniuk Ramalho , Rodrigo Minetto , Neri Volpato , Jorge Stolfi
{"title":"TSlicer:一种基于拓扑的z单调三维网格切片算法","authors":"Ricardo Dutra da Silva ,&nbsp;Henrique Romaniuk Ramalho ,&nbsp;Rodrigo Minetto ,&nbsp;Neri Volpato ,&nbsp;Jorge Stolfi","doi":"10.1016/j.cag.2025.104372","DOIUrl":null,"url":null,"abstract":"<div><div>We address a computational problem that is an essential step in computer graphics, 3D printing, and many other processes: namely, the slicing of a 3D polygonal structured mesh model (as can be extracted from an STL, OBJ, or 3MF file) by a set of parallel planes. We describe <span>TSlicer</span>, a sweep-plane algorithm that exploits the topological information provided by the mesh data structure to reduce the number of intersection tests. The output is a set of polygons on each cutting plane. The topological information allows us to produce the sides of these polygons directly in the proper sequence and orientation. Furthermore, a key optimization is proposed to a topological data structure to speed up the traversal of meshes with any Z-monotone polygons as faces. We show that <span>TSlicer</span> is optimal in the asymptotic worst-case sense, and, according to experiments, substantially faster than a previous method for slicing unstructured triangle list models, as provided by STL files. The source code and mesh models used in this study are available on GitHub.<span><span><sup>1</sup></span></span></div></div>","PeriodicalId":50628,"journal":{"name":"Computers & Graphics-Uk","volume":"132 ","pages":"Article 104372"},"PeriodicalIF":2.8000,"publicationDate":"2025-08-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"TSlicer: An optimal topology-based slicing algorithm for Z-monotone 3D meshes\",\"authors\":\"Ricardo Dutra da Silva ,&nbsp;Henrique Romaniuk Ramalho ,&nbsp;Rodrigo Minetto ,&nbsp;Neri Volpato ,&nbsp;Jorge Stolfi\",\"doi\":\"10.1016/j.cag.2025.104372\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>We address a computational problem that is an essential step in computer graphics, 3D printing, and many other processes: namely, the slicing of a 3D polygonal structured mesh model (as can be extracted from an STL, OBJ, or 3MF file) by a set of parallel planes. We describe <span>TSlicer</span>, a sweep-plane algorithm that exploits the topological information provided by the mesh data structure to reduce the number of intersection tests. The output is a set of polygons on each cutting plane. The topological information allows us to produce the sides of these polygons directly in the proper sequence and orientation. Furthermore, a key optimization is proposed to a topological data structure to speed up the traversal of meshes with any Z-monotone polygons as faces. We show that <span>TSlicer</span> is optimal in the asymptotic worst-case sense, and, according to experiments, substantially faster than a previous method for slicing unstructured triangle list models, as provided by STL files. The source code and mesh models used in this study are available on GitHub.<span><span><sup>1</sup></span></span></div></div>\",\"PeriodicalId\":50628,\"journal\":{\"name\":\"Computers & Graphics-Uk\",\"volume\":\"132 \",\"pages\":\"Article 104372\"},\"PeriodicalIF\":2.8000,\"publicationDate\":\"2025-08-11\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Computers & Graphics-Uk\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S0097849325002134\",\"RegionNum\":4,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"COMPUTER SCIENCE, SOFTWARE ENGINEERING\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Computers & Graphics-Uk","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0097849325002134","RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"COMPUTER SCIENCE, SOFTWARE ENGINEERING","Score":null,"Total":0}
引用次数: 0

摘要

我们解决了一个计算问题,这是计算机图形学,3D打印和许多其他过程中的重要步骤:即,通过一组平行平面对3D多边形结构网格模型(可以从STL, OBJ或3MF文件中提取)进行切片。我们描述了TSlicer,一种利用网格数据结构提供的拓扑信息来减少相交测试数量的扫描平面算法。输出是每个切割平面上的一组多边形。拓扑信息使我们能够以适当的顺序和方向直接产生这些多边形的边。此外,提出了一种拓扑数据结构的关键优化方法,以提高任意z -单调多边形为面的网格遍历速度。我们证明TSlicer在渐近最坏情况意义上是最优的,并且根据实验,它比以前切片非结构化三角形列表模型的方法要快得多,如STL文件所提供的那样。本研究中使用的源代码和网格模型可在GitHub.1上获得
本文章由计算机程序翻译,如有差异,请以英文原文为准。

TSlicer: An optimal topology-based slicing algorithm for Z-monotone 3D meshes

TSlicer: An optimal topology-based slicing algorithm for Z-monotone 3D meshes
We address a computational problem that is an essential step in computer graphics, 3D printing, and many other processes: namely, the slicing of a 3D polygonal structured mesh model (as can be extracted from an STL, OBJ, or 3MF file) by a set of parallel planes. We describe TSlicer, a sweep-plane algorithm that exploits the topological information provided by the mesh data structure to reduce the number of intersection tests. The output is a set of polygons on each cutting plane. The topological information allows us to produce the sides of these polygons directly in the proper sequence and orientation. Furthermore, a key optimization is proposed to a topological data structure to speed up the traversal of meshes with any Z-monotone polygons as faces. We show that TSlicer is optimal in the asymptotic worst-case sense, and, according to experiments, substantially faster than a previous method for slicing unstructured triangle list models, as provided by STL files. The source code and mesh models used in this study are available on GitHub.1
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Computers & Graphics-Uk
Computers & Graphics-Uk 工程技术-计算机:软件工程
CiteScore
5.30
自引率
12.00%
发文量
173
审稿时长
38 days
期刊介绍: Computers & Graphics is dedicated to disseminate information on research and applications of computer graphics (CG) techniques. The journal encourages articles on: 1. Research and applications of interactive computer graphics. We are particularly interested in novel interaction techniques and applications of CG to problem domains. 2. State-of-the-art papers on late-breaking, cutting-edge research on CG. 3. Information on innovative uses of graphics principles and technologies. 4. Tutorial papers on both teaching CG principles and innovative uses of CG in education.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信