Bitbybit Docs
    Preparing search index...

    Interface BRepGraphFaceAdjacencyResult

    interface BRepGraphFaceAdjacencyResult {
        ok: boolean;
        error?: string;
        faces: BRepGraphFaceAdjacency[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: boolean
    error?: string