Bitbybit Docs
    Preparing search index...

    Interface BRepGraphFaceAdjacency (Models.OCCT)

    One face and the indices of the faces sharing an edge with it. The building block of face-adjacency traversal - growing a selection outward from a seed face, or finding the faces that form a pocket.

    interface BRepGraphFaceAdjacency {
        index: number;
        adjacent: number[];
        edges: number[];
        nbWires: number;
        outerWire: number;
    }
    Index

    Properties

    index: number
    adjacent: number[]
    edges: number[]
    nbWires: number
    outerWire: number