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_id
int
Id of part.
- face_zonelets
Iterable
[int
] Ids of face zonelets.
- register_id
int
Id of register.
- params
SearchByThinStripParams
Parameters used to identify face elements of thin strips.
- part_id
- Returns:
SearchByThinStripResults
Returns the SearchByThinStripResults.
- Return type:
Examples
>>> surf_search = SurfaceSearch(model=model) >>> results = surf_search.search_zonelets_by_thin_strips(part_id, face_zonelets, register_id, params)