SurfaceDiagnosticsResult
Holds diagnostic information about a surface
Import
import ScriptingApi as api
# Access the class
# SurfaceDiagnosticsResult is available via api.SurfaceDiagnosticsResult
Properties
shells
Represents the total number of shells in the surface.
Type: int
noise_shells
Represents the total number of noise shells in the surface.
Type: int
invalid_triangles
Represents the total number of invalid triangles present in the surface.
Type: int
holes
Represents the total number of holes present in the surface.
Type: int
intersection_triangles
Represents the total number of self-intersections in the surface.
Type: int
inverted_normals
Represents the total number of inverted normals present in the surface.
Type: int
boundary_edges
Represents the total number of boundary edges present in the surface.
Type: int
non_manifold_edges
Represents the total number of non-manifold present in the surface.
Type: int