edge_opacity#
- property MapdlTheme.edge_opacity: float#
Return or set the edges opacity.
Note
edge_opacity uses
SetEdgeOpacity
as the underlying method which requires VTK version 9.3 or higher. IfSetEdgeOpacity
is not available, edge_opacity is set to 1.Examples
>>> import pyvista as pv >>> pv.global_theme.edge_opacity = 0.5