Actor.point_sprite_shape#
- property Actor.point_sprite_shape: str[source]#
Return the requested point shape, including
'square'.The shape is retained when another representation or sphere rendering makes it inactive.
Added in version 0.49.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> actor = pv.Actor()
>>> actor.set_point_sprite_shape('circle')
>>> actor.point_sprite_shape
'circle'