SurfaceDiagnosticSummaryParams#
- 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.
- Parameters:
- model: Model
Model to create a
SurfaceDiagnosticSummaryParamsobject with default 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.
- json_data: dict, optional
JSON dictionary to create a
SurfaceDiagnosticSummaryParamsobject with provided parameters.
Examples
>>> surface_diagnostic_summary_params = prime.SurfaceDiagnosticSummaryParams(model = model)
Methods
Print the default values of
SurfaceDiagnosticSummaryParamsobject.Set the default values of the
SurfaceDiagnosticSummaryParamsobject.Attributes
Control to identify duplicate faces are present or not.
Control to identify free face edges are present or not.
Control to identify multi face edges are present or not.
Control to identify face intersections are present or not.
Scope the face zonelets for surface diagnostics.
Examples using SurfaceDiagnosticSummaryParams#
Mesh a generic F1 car rear wing for external aero simulation