import numpy as np import pyvista as pv # points is a 3D numpy array (n_points, 3) coordinates of a sphere cloud = pv.PolyData(points) cloud.plot() volume ...
確定! 回上一頁