ansys.dpf.core.natures ====================== .. py:class:: ansys.dpf.core.natures(*args, **kwds) Bases: :py:obj:`enum.Enum` The ``'natures'`` enum contains the dimensionality types. It can be used to create a field of a given dimensionality. .. py:attribute:: scalar :value: 0 .. py:attribute:: vector :value: 1 .. py:attribute:: matrix :value: 2 .. py:attribute:: symmatrix :value: 5