search_zonelets_by_self_intersections#
- 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
int
Id of part.
- face_zonelets
Iterable
[int
] Ids of face zonelets.
- register_id
int
Id of register.
- params
SearchBySelfIntersectionParams
Parameters used to identify face elements by self intersection.
- part_id
- Returns:
SearchByIntersectionResults
Returns the SearchByIntersectionResults.
- Return type:
Examples
>>> surf_search = SurfaceSearch(model=model) >>> results = surf_search.search_zonelets_by_self_intersections(part_id, face_zonelets, register_id, params)