Skip to main content

Prime Mesh Python client library 2025 R2

add_volumes_to_zone

Last update: 10.09.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