Skip to main content

Prime Mesh Python client library 2024 R1 SP1

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()

Connect with Ansys