import pyvista as pv def mesh_cmp(mesh, name): """ 使用進行plot自帶的 ... pts = mesh.points mesh[name] = pts[:, 1] mesh.plot(scalars=name, ...
確定! 回上一頁