set_default#

static ZoneMeshResult.set_default(zone_name=None, element_ids=None, centroids=None)#

Set the default values of the ZoneMeshResult object.

Parameters:
zone_name: str, optional

Name of the zone where the elements belong to.

element_ids: Iterable[int], optional

List of element ids in the zone.

centroids: Iterable[float], optional

Flattened array of centroid coordinates [x1,y1,z1,x2,y2,z2,…].