Bitbybit Docs
    Preparing search index...

    Interface BRepGraphAnalysis (Models.OCCT)

    A census of a shape's topology: how many solids, shells, faces, wires, edges, coedges and vertices it contains, how many distinct surfaces and curves back them, and how many assembly products and occurrences are present. The quickest way to see what an imported STEP file actually contains, and to spot the difference between one solid and a compound that merely looks like one.

    interface BRepGraphAnalysis {
        ok: boolean;
        error?: string;
        solids: number;
        shells: number;
        faces: number;
        wires: number;
        edges: number;
        coedges: number;
        vertices: number;
        compounds: number;
        compSolids: number;
        surfaces: number;
        curves3d: number;
        curves2d: number;
        nodes: number;
        products: number;
        occurrences: number;
        rootProducts: number;
        generation: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ok: boolean
    error?: string
    solids: number
    shells: number
    faces: number
    wires: number
    edges: number
    coedges: number
    vertices: number
    compounds: number
    compSolids: number
    surfaces: number
    curves3d: number
    curves2d: number
    nodes: number
    products: number
    occurrences: number
    rootProducts: number
    generation: number