search_zonelets_by_folds#

SurfaceSearch.search_zonelets_by_folds(part_id, face_zonelets, register_id, params)#

Search face zonelets to identify folds.

Search face zonelets to identify folds with provided folds parameters.

Parameters:
part_idint

Id of part.

face_zoneletsIterable[int]

Ids of face zonelets.

register_idint

Id of register.

paramsSearchByFoldsParams

Parameters used to identify folds.

Returns:
SearchByFoldsResults

Returns the SearchByFoldsResults.

Return type:

SearchByFoldsResults

Examples

>>> surf_search = SurfaceSearch(model=model)
>>> results = surf_search.search_zonelets_by_folds(part_id, face_zonelets, register_id, params)