Skip to main content

Prime Mesh Python client library 2025 R1 SP01

get_adjacent_volumes_of_volumes

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