Skip to main content

Prime Mesh Python client library 2024 R2

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 : Returns the SearchByThinStripResults.

  • Return type: SearchByThinStripResults

Examples

>>> surf_search = SurfaceSearch(model=model)
>>> results = surf_search.search_zonelets_by_thin_strips(part_id, face_zonelets, register_id, params)

Connect with Ansys