ansys.meshing.prime.Part Last update: 17.07.2025 Part.get_splines() Gets the list of spline ids. Returns: Iterable[int] : Returns the list of spline ids. Return type: Iterable[int] Examples >>> from ansys.meshing.prime import Part >>> results = part.get_splines()