Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle BRepGraphVertexEdgeMapResult (Models.OCCT)

    The vertex-to-edge map for a whole shape, giving each vertex's position and the edges that meet there. The valence - how many edges meet - is what distinguishes an ordinary corner from a singular point.

    interface BRepGraphVertexEdgeMapResult {
        ok: boolean;
        error?: string;
        vertices: BRepGraphVertex[];
    }

    Hierarchie (Zusammenfassung anzeigen)

    Index

    Eigenschaften

    Eigenschaften

    ok: boolean
    error?: string
    vertices: BRepGraphVertex[]