Skip to main content

Prime Mesh Python client library 2025 R2 SP04

search_zonelets_by_self_intersections

Last update: 20.02.2026

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