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.
从 FreeCAD Python 控制台:我需要从一个.obj文件中读取或创建多个网格,我尝试过:
.obj
mesh = Mesh.Mesh("C:/Users/thebr/Desktop/EllipsoidSet.obj")
它适用于单个目标.obj文件,但我需要能够从集合中读取每个 Ellipsoid。
对于多体.obj文件,我的意思是一个文件,它描述了多个对象/组。