Skip to main content

Prime Mesh Python client library 2025 R2

check_face_deviation

Last update: 10.09.2025

SurfaceSearch.check_face_deviation(source_face_zonelets, target_face_zonelets, params)

Gets information regarding the number of faces with a deviation higher than the tolerance.

  • Parameters:

    source_face_zonelets : Scope of reference zonelets from which the deviation is checked.

    target_face_zonelets : Scope of target zonelets for which the deviation is checked.

    params : Parameters for retrieving information while performing check face deviation operation.

  • Returns:

    CheckFaceDeviationResults : Returns the CheckFaceDeviationResults.

  • Return type:

    CheckFaceDeviationResults

Examples

>>> surf_search = SurfaceSearch(model=model)
>>> params = prime.CheckFaceDeviationParams()
>>> results = surf_search.check_face_deviation(source_scope, reference_scope, params)

Connect with Ansys