Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.SurfaceSearch

Last update: 17.07.2025

SurfaceSearch.search_zonelets_by_self_intersections(part_id, face_zonelets, register_id, params)

Search face zonelets to identify face elements intersecting with each other.

  • Parameters: part_id : Id of part.

    face_zonelets : Ids of face zonelets.

    register_id : Id of register.

    params : Parameters used to identify face elements by self intersection.

  • Returns: SearchByIntersectionResults : Returns the SearchByIntersectionResults.

  • Return type: SearchByIntersectionResults

Examples

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

Connect with Ansys