brepjs API Reference
    Preparing search index...

    Interface BooleanIssue

    Issue detected during boolean pre-validation.

    interface BooleanIssue {
        issue: "null-shape" | "not-valid";
        message: string;
        operand: "base" | "tool";
    }
    Index

    Properties

    Properties

    issue: "null-shape" | "not-valid"
    message: string
    operand: "base" | "tool"