The problem_areas.py module#

Summary#

ProblemArea

Represents problem areas.

DuplicateFaceProblemAreas

Provides duplicate face problem area definition.

MissingFaceProblemAreas

Provides missing face problem area definition.

InexactEdgeProblemAreas

Represents an inexact edge problem area with unique identifier and associated edges.

ExtraEdgeProblemAreas

Represents a extra edge problem area with unique identifier and associated edges.

SmallFaceProblemAreas

Represents a small face problem area with unique identifier and associated faces.

SplitEdgeProblemAreas

Represents a split edge problem area with unique identifier and associated edges.

StitchFaceProblemAreas

Represents a stitch face problem area with unique identifier and associated faces.

Description#

The problem area definition.