Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个 python 脚本来减少 STL 文件中三角形的数量,同时在 python 中保留形状。有没有可以做这个操作的模块?
PyMesh 具有分割和折叠边缘的能力,可用于抽取网格,如其网站所示(此处提供代码示例,特别是fix_mesh函数)。
fix_mesh
这是一篇 Stack Overflow 帖子,它解释了如何使用 VTK 库进行抽取。