brepjs API Reference
    Preparing search index...

    Interface CheckBooleanResult

    Result of boolean pre-validation.

    interface CheckBooleanResult {
        issues: readonly BooleanIssue[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    issues: readonly BooleanIssue[]
    valid: boolean