Bitbybit Docs
    Preparing search index...

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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