import pyvista as pv targetImage = [ "image0.png" , "image1.png" ] mesh = pv.read(targetImage[1]) mesh.plot(rgb=True, cpos="xy") ...
確定! 回上一頁