Bitbybit Docs
    Preparing search index...

    Interface BRepGraphNodeRef (Models.OCCT)

    A reference to a node in the graph: its kind and its index. Used wherever one part of a result points at another without repeating it.

    interface BRepGraphNodeRef {
        kind: string;
        index: number;
    }
    Index

    Properties

    Properties

    kind: string
    index: number