    

 ## On this page

  

 

 # ansys.meshing.prime.Scaffolder

 Last update: 17.07.2025 

#### Scaffolder.split\_topo\_faces\_by\_mesh\_region(topo\_faces)

Split input topofaces by mesh region.

- **Parameters:****topo\_faces**: Ids of topology faces.
- **Returns:**[`ScaffolderSplitResults`](ansys.meshing.prime.ScaffolderSplitResults.md#ansys.meshing.prime.ScaffolderSplitResults): Return results in ScaffolderSplitResults type.
- **Return type:**[`ScaffolderSplitResults`](ansys.meshing.prime.ScaffolderSplitResults.md#ansys.meshing.prime.ScaffolderSplitResults)

### Examples

```pycon
&gt;&gt;&gt; results = scaffolder.split_topo_faces_by_mesh_region([1,2,7,8])

```