pyvista.ImageData.x# property ImageData.x: ndarray[source]# Return all the X points. Examples >>> import pyvista >>> grid = pyvista.ImageData(dimensions=(2, 2, 2)) >>> grid.x array([0., 1., 0., 1., 0., 1., 0., 1.])