pyvista.AxesAssembly.center# property AxesAssembly.center: tuple[float, float, float][source]# Return the center of the axes. Examples >>> import pyvista as pv >>> axes = pv.AxesAssembly() >>> axes.center (0.44999999925494194, 0.44999999925494194, 0.44999999925494194)