    

 ## On this page

  

 

 # get\_scope

 Last update: 10.09.2025 

<a id="ansys.meshing.prime.VolumeControl.get_scope"></a>

#### 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()

```