_SilhouetteConfig#

class _SilhouetteConfig[source]#

PyVista silhouette configuration.

Examples#

Download Python source code | Download Jupyter notebook

Set global silhouette parameters.

Attributes#

_SilhouetteConfig.color

Return or set the silhouette color.

_SilhouetteConfig.decimate

Return or set the amount to decimate the silhouette.

_SilhouetteConfig.enabled

Return or set whether silhouette is on or off.

_SilhouetteConfig.feature_angle

Return or set the silhouette feature angle.

_SilhouetteConfig.line_width

Return or set the silhouette line width.

_SilhouetteConfig.opacity

Return or set the silhouette opacity.

Inherited Methods#

_ConfigBase.from_dict

Create an instance from a dictionary of attribute values.

_ConfigBase.to_dict

Return config parameters as a dictionary.