Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle BRepGraphContainmentResult (Models.OCCT)

    Whether one shape lies inside another, and where the test placed each point that was checked.

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

    Hierarchie (Zusammenfassung anzeigen)

    Index

    Eigenschaften

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