search_zonelets_by_thin_strips#

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_idint

Id of part.

face_zoneletsIterable[int]

Ids of face zonelets.

register_idint

Id of register.

paramsSearchByThinStripParams

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)