Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.add_volumes_to_zone(zone_id, volumes)

Add volumes to zone.

  • Parameters: zone_id : Id of a zone .

    volumes : Ids of volumes to be added.

  • Returns: AddToZoneResults : Returns the AddToZoneResults.

  • Return type: AddToZoneResults

Examples

>>> results = part.add_volumes_to_zone(zone_id, volumes)

Connect with Ansys