Bitbybit Docs
    Preparing search index...

    Interface BRepGraphVertex (Models.OCCT)

    One vertex: its index, its position, and the edges meeting at it.

    interface BRepGraphVertex {
        index: number;
        point: Point3;
        tolerance: number;
        edges: number[];
    }
    Index

    Properties

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