    

 ## On this page

  

 

 # set\_source\_scope

 Last update: 17.07.2025 

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

#### ThinVolumeControl.set\_source\_scope(entities)

Sets the source surface scope of thin volume control.

- **Parameters:****entities**: Scope definition source face entities.
- **Returns:**:
    
    [`SetScopeResults`](ansys.meshing.prime.SetScopeResults.md#ansys.meshing.prime.SetScopeResults): Returns SetScopeResults.
- **Return type:**[`SetScopeResults`](ansys.meshing.prime.SetScopeResults.md#ansys.meshing.prime.SetScopeResults)

### Examples

```pycon
&gt;&gt;&gt; results = thin_vol_ctrl.set_source_scope(entities)

```

<a id="examples-using-thinvolumecontrol-set-source-scope"></a>