Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.SurfaceDiagnosticSummaryResults

Last update: 17.07.2025

static SurfaceDiagnosticSummaryResults.set_default(error_code=None, n_self_intersections=None, n_free_edges=None, n_multi_edges=None, n_duplicate_faces=None)

Set the default values of the SurfaceDiagnosticSummaryResults object.

  • Parameters: error_code: ErrorCode, optional : Error code associated with the surface diagnostic summary.

    n_self_intersections: int, optional : Number of self intersecting faces identified.

    n_free_edges: int, optional : Number of free face edges identified.

    n_multi_edges: int, optional : Number of multi face edges identified.

    n_duplicate_faces: int, optional : Number of duplicate faces identified.

Connect with Ansys