    

 ## On this page

  

 

 # set\_default

 Last update: 10.09.2025 

<a id="ansys.meshing.prime.ZoneMeshResult.set_default"></a>

#### *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,…\].