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_idint

Id of part.

face_zoneletsIterable[int]

Ids of face zonelets.

register_idint

Id of register.

paramsSearchBySelfIntersectionParams

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)