MeshData#

class ansys.speos.core.generic.parameters.MeshData#

Store named data on meshed Geometry.

Overview#

name

Name of the data added to the mesh.

data

Numerical data values associated with the named mesh item.

Import detail#

from ansys.speos.core.generic.parameters import MeshData

Attribute detail#

MeshData.name: str#

Name of the data added to the mesh.

MeshData.data: list[float]#

Numerical data values associated with the named mesh item.