Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.get_edge_zones()

Get all the edge zones of the part.

  • Returns: Iterable[int] : Return ids of edge zones.
  • Return type: Iterable[int]

Examples

>>> edge_zones = part.get_edge_zones()

Connect with Ansys