brepjs API Reference
    Preparing search index...

    Interface HealingReport

    Report of what the auto-heal pipeline did.

    interface HealingReport {
        alreadyValid: boolean;
        diagnostics: readonly HealingStepDiagnostic[];
        facesHealed: number;
        isValid: boolean;
        solidHealed: boolean;
        steps: readonly string[];
        wiresHealed: number;
    }
    Index

    Properties

    alreadyValid: boolean

    True when the shape was already valid before healing was attempted.

    diagnostics: readonly HealingStepDiagnostic[]
    facesHealed: number
    isValid: boolean
    solidHealed: boolean
    steps: readonly string[]
    wiresHealed: number