Bitbybit Docs
    Preparing search index...

    Interface BRepGraphAssemblyResult

    interface BRepGraphAssemblyResult {
        ok: boolean;
        error?: string;
        rootProducts: number[];
        products: BRepGraphProduct[];
        occurrences: BRepGraphOccurrence[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    ok: boolean
    error?: string
    rootProducts: number[]
    products: BRepGraphProduct[]
    occurrences: BRepGraphOccurrence[]