Bitbybit Docs
    Preparing search index...

    Enumeration brepGraphNodeKindEnum (Inputs.OCCT)

    The kind of node in a boundary-representation graph. Walking a shape produces a graph of vertices, edges, wires, faces, shells and solids, and this says which one a given node is - the discriminator you switch on when traversing the result.

    Index

    Enumeration Members

    solid: "solid"
    shell: "shell"
    face: "face"
    wire: "wire"
    edge: "edge"
    vertex: "vertex"
    compound: "compound"
    compsolid: "compsolid"