Then we can use the vtkClipDataSet filter via PyVista's .clip routine: clipped = mesh.clip(normal='z') p = pv.Plotter() p.add_mesh(clipped, ...
確定! 回上一頁