    

 ## On this page

  

 

 # ansys.meshing.prime.Part

 Last update: 17.07.2025 

#### Part.get\_splines()

Gets the list of spline ids.

- **Returns:**`Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Returns the list of spline ids.
- **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; from ansys.meshing.prime import Part
&gt;&gt;&gt; results = part.get_splines()

```