brepjs API Reference
    Preparing search index...

    Interface HealingStepDiagnostic

    Diagnostic for a single healing step.

    interface HealingStepDiagnostic {
        attempted: boolean;
        detail?: string;
        name: string;
        succeeded: boolean;
    }
    Index

    Properties

    attempted: boolean
    detail?: string
    name: string
    succeeded: boolean