Skip to content

TextStudio3DContourValidationReport

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DContourValidationReport

Detailed result from an explicit contour validation or repair pass.

public TextStudio3DContourIssue Issues { get; }

Returns

TextStudio.ThreeD.TextStudio3DContourIssue

public int OpenLoopCount { get; }

Returns

System.Int32

public int InvalidLoopDataCount { get; }

Returns

System.Int32

public int DegenerateLoopCount { get; }

Returns

System.Int32

public int WrongWindingCount { get; }

Returns

System.Int32

public int SelfIntersectionCount { get; }

Returns

System.Int32

public int InvalidHoleCount { get; }

Returns

System.Int32

public bool IsValid { get; }

Returns

System.Boolean