pyvista.themes._SilhouetteConfig#
- class _SilhouetteConfig[source]#
PyVista silhouette configuration.
Examples
Set global silhouette parameters.
>>> import pyvista >>> pyvista.global_theme.silhouette.color = 'grey' >>> pyvista.global_theme.silhouette.line_width = 2 >>> pyvista.global_theme.silhouette.feature_angle = 20
Methods
_SilhouetteConfig.from_dict
(dict_)Create from a dictionary.
Return theme config parameters as a dictionary.
Attributes
Return or set the silhouette color.
Return or set the amount to decimate the silhouette.
Return or set the silhouette feature angle.
Return or set the silhouette line width.
Return or set the silhouette opacity.