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.
我正在做一个项目,我需要一个工具,用户必须能够为任何 .obj 对象的某些面着色。我想知道我是否可以在 Python 中使用 MeshLab 来做到这一点。我有一个物体的三角形网格。用户会给一些面孔一个颜色。我想在我的进一步应用中使用的那些面孔的索引。例如,可能的输出可能是包含此索引数组的 .txt、.csv 或 .npy 文件。有什么办法吗?