    

 ## On this page

  

 

 # get\_size\_field\_name

 Last update: 20.02.2026 

<a id="ansys.meshing.prime.Model.get_size_field_name"></a>

#### Model.get\_size\_field\_name(size\_field\_id)

Gets the name of size field with the given id.

- **Parameters:**
    
    **size\_field\_id**: Size field id.
- **Returns:**
    
    [`str`](https://docs.python.org/3.11/library/stdtypes.html#str): Returns the name of the size field.
- **Return type:**
    
    [`str`](https://docs.python.org/3.11/library/stdtypes.html#str)

### Notes

**This is a beta API**. **The behavior and implementation may change in future**.

### Examples

```pycon
&gt;&gt;&gt; model = client.model
&gt;&gt;&gt; model.get_size_field_name(size_field_id)

```