show_edges#

property MapdlTheme.show_edges: bool#

Return or set the default edge visibility.

Examples

Show edges globally by default.

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