if not pyvista.is_pyvista_dataset(mesh): mesh = pyvista.wrap(mesh) if density is None: density = mesh.length / 100
確定! 回上一頁