get_surface_data#

FieldData.get_surface_data(data_type, surface_ids=None, surface_name=None, overset_mesh=False)#

Get surface data (vertices, faces connectivity, centroids, and normals).

Parameters:
data_typeSurfaceDataType

SurfaceDataType Enum member.

surface_idsList[int], optional

List of surface IDs for the surface data.

surface_namestr, optional

Surface name for the surface data.

overset_meshbool, optional

Whether to provide the overset method. The default is False.

Returns:
Dict[int, np.array]

Dictionary containing a map of surface IDs to surface data.

Return type:

Dict[int, array]