    

 ## On this page

  

 

 # get\_source\_scope

 Last update: 20.02.2026 

<a id="ansys.meshing.prime.ThinVolumeControl.get_source_scope"></a>

#### ThinVolumeControl.get\_source\_scope()

Gets the source of thin volume control scope.

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

### Notes

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

### Examples

```pycon
&gt;&gt;&gt; scope = thin_vol_ctrl.get_source_scope()

```