import numpy as np import pyvista as pv # mesh points vertices = np.array([[0, 0, 0], ... PolyData(vertices, faces) # plot each face with a different color ...
確定! 回上一頁