Bitbybit Docs
    Preparing search index...

    Interface BRepGraphDumpResult

    interface BRepGraphDumpResult {
        ok: boolean;
        error?: string;
        solids: BRepGraphDumpSolid[];
        shells: BRepGraphDumpShell[];
        faces: BRepGraphDumpFace[];
        edges: BRepGraphDumpEdge[];
        vertices: BRepGraphDumpVertex[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    ok: boolean
    error?: string