ansys.meshing.prime.SurfaceDiagnosticSummaryParams
Last update: 17.07.2025SurfaceDiagnosticSummaryParams
class ansys.meshing.prime.SurfaceDiagnosticSummaryParams(model=None, scope=None, compute_self_intersections=None, compute_free_edges=None, compute_multi_edges=None, compute_duplicate_faces=None, json_data=None, **kwargs)
Parameters to control surface diagnostics summary results.
Methods
SurfaceDiagnosticSummaryParams.print_default() |
Print the default values of SurfaceDiagnosticSummaryParams. |
|---|---|
SurfaceDiagnosticSummaryParams.set_default([...]) |
Set the default values of SurfaceDiagnosticSummaryParams. |
Attributes
SurfaceDiagnosticSummaryParams.compute_duplicate_faces |
Control to identify duplicate faces are present or not. |
|---|---|
SurfaceDiagnosticSummaryParams.compute_free_edges |
Control to identify free face edges are present or not. |
SurfaceDiagnosticSummaryParams.compute_multi_edges |
Control to identify multi face edges are present or not. |
SurfaceDiagnosticSummaryParams.compute_self_intersections |
Control to identify face intersections are present or not. |
SurfaceDiagnosticSummaryParams.scope |
Scope the face zonelets for surface diagnostics. |