get_splines Last update: 20.02.2026 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()