... 0, 0], [0, 0, 1], [0, 1, 0]] faces = [[0, 1, 2]] tmesh = trimesh.Trimesh(points, faces=faces, process=False) mesh = pv.wrap(tmesh) print(mesh) ...
確定! 回上一頁