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.
在 OpenSCAD 中是否可以访问 STL 几何的面、法线、边和连通性?
我想通过迭代每个面并根据一些本地标准对其进行修改来修改 STL 几何。
如果这在 OpenSCAD 中不可行,欢迎推荐开放工具或库。
谢谢。
OpenSCAD 还不支持以这种方式访问几何图形。我建议使用JSSTL之类的库来访问这些方面,尽管这取决于您希望实现应用程序的语言。