onshape-cadscript
    Preparing search index...

    Interface SplitFeature

    interface SplitFeature {
        id: string;
        kind: "split";
        name?: string;
        targets: readonly QueryRef[];
        tool: PlaneRef | QueryRef;
    }

    Hierarchy (View Summary)

    Index
    id: string
    kind: "split"
    name?: string
    targets: readonly QueryRef[]