Prop3D.center#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> actor = pl.add_mesh(pv.Sphere(center=(0.5, 0.5, 1)))
>>> actor.center
(0.5, 0.5, 1)
Used In#
Docstring Examples
Prop3D.orientation(1 use)_Prop3DMixin.center(1 use)_Prop3DMixin.orientation(1 use)