最近專案中需要對mesh做一個色彩對映,無意間發現vtk的封裝庫pyvista相當好 ... pts = mesh.points mesh[name] = pts[:, 1] mesh.plot(scalars=name, ...
確定! 回上一頁