Bitbybit Docs
    Preparing search index...

    Interface BRepGraphDumpVertex (Models.OCCT)

    A vertex as it appears in a full structural dump: its index and its position.

    interface BRepGraphDumpVertex {
        index: number;
        uid: number;
        point: Point3;
        edges: number[];
    }
    Index

    Properties

    Properties

    index: number
    uid: number
    point: Point3
    edges: number[]