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.
我有一个 STL 文件,我现在需要使用 trimesh 读取该 STL 文件的顶点和面值。
myobj = trimesh.load_mesh("file.stl", enable_post_processing=True, solid=True) myobj.faces #gives me ndarray of faces
如何从 myobj 读取顶点?