ansys.dpf.core.plotter._PyVistaPlotter#

class ansys.dpf.core.plotter._PyVistaPlotter(**kwargs)#

The _InternalPlotter class is based on PyVista.

_plotter#
add_scale_factor_legend(scale_factor, **kwargs)#
add_points(points, field, **kwargs)#
add_line(points, field=None, **kwargs)#
add_plane(plane, field=None, **kwargs)#
add_mesh(meshed_region, deform_by=None, scale_factor=1.0, as_linear=True, **kwargs)#
add_point_labels(nodes: ansys.dpf.core.nodes.Nodes | List[ansys.dpf.core.nodes.Node] | List[int], meshed_region: ansys.dpf.core.meshed_region.MeshedRegion, labels: List[str] | None = None, **kwargs) List#
add_field(field, meshed_region=None, show_max=False, show_min=False, label_text_size=30, label_point_size=20, deform_by=None, scale_factor=1.0, scale_factor_legend=None, as_linear=True, shell_layer=eshell_layers.top, **kwargs)#
add_streamlines(streamlines, source=None, radius=1.0, **kwargs)#
show_figure(**kwargs)#
static _set_scalar_bar_title(kwargs)#