    

 ## On this page

  

 

 # get\_edge\_zones

 Last update: 10.09.2025 

<a id="ansys.meshing.prime.Part.get_edge_zones"></a>

#### Part.get\_edge\_zones()

Get all the edge zones of the part.

- **Returns:**
    
    `Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Return ids of edge zones.
- **Return type:**
    
    [`Iterable`](https://docs.python.org/3.11/library/typing.html#typing.Iterable)\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\]

### Examples

```pycon
&gt;&gt;&gt; edge_zones = part.get_edge_zones()

```