Bitbybit Docs
    Preparing search index...

    Interface BRepGraphFaceAdjacencyResult (Models.OCCT)

    The face adjacency map for a whole shape: for each face, which faces touch it.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: boolean
    error?: string