pyvista.plotting.themes._SilhouetteConfig#
- class _SilhouetteConfig[source]#
PyVista silhouette configuration.
Examples
Set global silhouette parameters.
>>> import pyvista as pv >>> pv.global_theme.silhouette.enabled = True >>> pv.global_theme.silhouette.color = 'grey' >>> pv.global_theme.silhouette.line_width = 2 >>> pv.global_theme.silhouette.feature_angle = 20
Methods
Attributes
Return or set the silhouette color.
Return or set the amount to decimate the silhouette.
Return or set whether silhouette is on or off.
Return or set the silhouette feature angle.
Return or set the silhouette line width.
Return or set the silhouette opacity.