Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.get_adjacent_volumes_of_volumes(volumes)

Get the adjacent volumes for the provided volume ids.

  • Parameters: volumes : Ids of the volume.
  • Returns: Iterable[int] : Returns the list of adjacent volume ids.
  • Return type: Iterable[int]

Examples

>>> adjacent_volumes_of_volumes = part.get_adjacent_volumes_of_volumes(volumes)

Connect with Ansys