onshape-cadscript
    Preparing search index...

    Interface BooleanFeature

    interface BooleanFeature {
        id: string;
        kind: "boolean";
        name?: string;
        operation: "UNION" | "SUBTRACTION" | "INTERSECTION";
        targets?: readonly QueryRef[];
        tools: readonly QueryRef[];
    }

    Hierarchy (View Summary)

    Index
    id: string
    kind: "boolean"
    name?: string
    operation: "UNION" | "SUBTRACTION" | "INTERSECTION"
    targets?: readonly QueryRef[]
    tools: readonly QueryRef[]