set_default
Last update: 20.02.2026static SurfaceDiagnosticSummaryParams.set_default(scope=None, compute_self_intersections=None, compute_free_edges=None, compute_multi_edges=None, compute_duplicate_faces=None)
Set the default values of the SurfaceDiagnosticSummaryParams object.
-
Parameters:
scope: ScopeDefinition, optional : Scope the face zonelets for surface diagnostics.
compute_self_intersections: bool, optional : Control to identify face intersections are present or not.
compute_free_edges: bool, optional : Control to identify free face edges are present or not.
compute_multi_edges: bool, optional : Control to identify multi face edges are present or not.
compute_duplicate_faces: bool, optional : Control to identify duplicate faces are present or not.