Plottable#

class ansys.mechanical.core.embedding.graphics.embedding_plotter.Plottable#

Plottable object.

Overview#

__post_init__

Initialize the plottable.

Import detail#

from ansys.mechanical.core.embedding.graphics.embedding_plotter import Plottable

Attribute detail#

Plottable.polydata: pyvista.PolyData | None = None#
Plottable.color: pyvista.Color | None = None#
Plottable.transform: pyvista.transform.Transform = None#
Plottable.children: List[Plottable] = None#
Plottable.kwargs: Dict = None#

Method detail#

Plottable.__post_init__()#

Initialize the plottable.

The transform will be identity. The children will be an empty list.