Skip to main content

SurfaceDiagnosticsChecks

Other

Represents a set of diagnostic checks for surface analysis, each represented by a boolean flag.

Import

import ScriptingApi as api

# Access the class
# SurfaceDiagnosticsChecks is available via api.SurfaceDiagnosticsChecks

Properties

unify

Merges duplicated points and removes unused points.

Type: bool


shells

Indicates whether shells are enabled.

Type: bool


noise_shells

Indicates whether noise shells are enabled.

Type: bool


invalid_triangles

Indicates whether there are invalid triangles.

Type: bool


holes

Indicates whether holes are present.

Type: bool


intersection_triangles

Indicates whether two triangles intersect.

Type: bool


inverted_normals

Indicates whether normals are inverted.

Type: bool


boundary_edges

Indicates whether boundary edges are included.

Type: bool


non_manifold_edges

Indicates whether non-manifold edges are present.

Type: bool


See Also