import pyvista as pv # 讀取mesh = pv.read('pointCloudData/data.vtk') # 顯示mesh.plot() # 其他類似mesh = pv.read('pointCloudData/data.ply') …
確定! 回上一頁