Bitbybit Docs
    Preparing search index...

    Interface BRepGraphValidationResult

    interface BRepGraphValidationResult {
        ok: boolean;
        error?: string;
        valid: boolean;
        errors: number;
        warnings: number;
        issues: BRepGraphIssue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    ok: boolean
    error?: string
    valid: boolean
    errors: number
    warnings: number
    issues: BRepGraphIssue[]