Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle 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[];
    }

    Hierarchie (Zusammenfassung anzeigen)

    Index

    Eigenschaften

    Eigenschaften

    ok: boolean
    error?: string