Bitbybit Docs
    Preparing search index...

    Interface BRepGraphEdgeFaceMapResult (Models.OCCT)

    The edge-to-face map for a whole shape. Use it to find open boundaries and non-manifold edges before attempting to sew a shell into a solid.

    interface BRepGraphEdgeFaceMapResult {
        ok: boolean;
        error?: string;
        edges: BRepGraphEdgeFace[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: boolean
    error?: string