    

 ## On this page

  

 

 # get\_face\_zones

 Last update: 16.07.2025 

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

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

Get all the face zones of the part.

- **Returns:**
    
    `Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Return ids of face 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; face_zones = part.get_face_zones()

```