Bitbybit Docs
    Preparing search index...

    Interface BRepGraphContainmentResult

    interface BRepGraphContainmentResult {
        ok: boolean;
        error?: string;
        shellsOfFace: number[][];
        solidsOfShell: number[][];
        solidsOfFace: number[][];
    }

    Hierarchy (View Summary)

    Index

    Properties

    ok: boolean
    error?: string
    shellsOfFace: number[][]
    solidsOfShell: number[][]
    solidsOfFace: number[][]