silhouette#
- property MapdlTheme.silhouette: _SilhouetteConfig#
Return or set the default
silhouette
configuration.Examples
Set parameters of the silhouette.
>>> import pyvista as pv >>> pv.global_theme.silhouette.color = 'grey' >>> pv.global_theme.silhouette.line_width = 2.0 >>> pv.global_theme.silhouette.feature_angle = 20