brepjs API Reference
    Preparing search index...

    Function facesOfVertex

    • Get all faces meeting at a vertex (≥3 for a solid corner, fewer on a boundary), via the cached vertex→faces map. The vertex equivalent of facesOfEdge, with the same hash-bucket + isSame verification.

      Type Parameters

      Parameters

      • parent: AnyShape<D>

        The parent shape to search within.

      • vertex: Vertex<D>

        The vertex whose adjacent faces to find.

      Returns Face<D>[]