pyvista.plotting.themes.Theme.sharp_edges_feature_angle#

property Theme.sharp_edges_feature_angle: float[source]#

Set or return the angle of the sharp edges feature angle.

See Types of Shading for an example showing split sharp edges.

Examples

Change the sharp edges feature angle to 45 degrees.

>>> import pyvista as pv
>>> pv.global_theme.sharp_edges_feature_angle = 45.0
>>> pv.global_theme.sharp_edges_feature_angle
45.0