    

 ## On this page

  

 

 # ansys.meshing.prime.MultiZoneControl

 Last update: 17.07.2025 

#### MultiZoneControl.set\_volume\_scope(scope\_info)

Sets the scope for volume in terms of topovolumes.The topovolumes given by the scope are imported by MultiZone to generate MultiZone mesh on it.

- **Parameters:****scope\_info**: Scoped topovolumes.

### Notes

**This is a beta API**. **The behavior and implementation may change in future**.

### Examples

```pycon
&gt;&gt;&gt; multizone_control.set_volume_scope(scope_info)

```