    

 ## On this page

  

 

 # ansys.meshing.prime.SurfaceSearch

 Last update: 17.07.2025 

#### SurfaceSearch.search\_zonelets\_by\_thin\_strips(part\_id, face\_zonelets, register\_id, params)

Search face zonelets to identify face element of thin strips(single layer of triangles between features).

- **Parameters:****part\_id**: Id of part.
    
    **face\_zonelets**: Ids of face zonelets.
    
    **register\_id**: Id of register.
    
    **params**: Parameters used to identify face elements of thin strips.
- **Returns:**[`SearchByThinStripResults`](ansys.meshing.prime.SearchByThinStripResults.md#ansys.meshing.prime.SearchByThinStripResults): Returns the SearchByThinStripResults.
- **Return type:**[`SearchByThinStripResults`](ansys.meshing.prime.SearchByThinStripResults.md#ansys.meshing.prime.SearchByThinStripResults)

### Examples

```pycon
&gt;&gt;&gt; surf_search = SurfaceSearch(model=model)
&gt;&gt;&gt; results = surf_search.search_zonelets_by_thin_strips(part_id, face_zonelets, register_id, params)

```