Bitbybit Docs
    Preparing search index...

    Interface BRepGraphVertexEdgeMapResult

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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