show_vertices#

property MapdlTheme.show_vertices: bool#

Return or set the default vertex visibility.

Examples

Show vertices globally by default.

>>> import pyvista as pv
>>> pv.global_theme.show_vertices = True