    

 ## On this page

  

 

 # ansys.meshing.prime.VolumeControl

 Last update: 17.07.2025 

#### VolumeControl.get\_scope()

Gets the scope for the volume control.

- **Returns:**[`ScopeDefinition`](ansys.meshing.prime.ScopeDefinition.md#ansys.meshing.prime.ScopeDefinition): Returns scope of the volume control.
- **Return type:**[`ScopeDefinition`](ansys.meshing.prime.ScopeDefinition.md#ansys.meshing.prime.ScopeDefinition)

### Examples

```pycon
&gt;&gt;&gt; scope_definition = volume_control.get_scope()

```