ansys.dpf.core.helpers._PvFieldsContainerBase#

class ansys.dpf.core.helpers._PvFieldsContainerBase(data)#
_pv_data_set = None#
_streamlines_fc = None#
_pv_data_set_to_fc()#

Convert pyvista.PolyData into FieldsContainer.

_fc_to_pv_data_set()#

Convert FieldsContainer into pyvista.PolyData.

_as_pyvista_data_set()#
_as_fields_container()#

Return a FieldsContainer representing the streamlines related objects.

Returns:

streamlines_fields_container – FieldsContainer containing the streamlines data array, and a MeshedRegion as support.

Return type:

FieldsContainer