pyvista.core.utilities.arrays.FieldAssociation#

enum FieldAssociation(value)[source]#

Represents which type of vtk field a scalar or vector array is associated with.

Valid values are as follows:

POINT = <FieldAssociation.POINT: 0>#
CELL = <FieldAssociation.CELL: 1>#
NONE = <FieldAssociation.NONE: 2>#
ROW = <FieldAssociation.ROW: 6>#