Bitbybit Docs
    Preparing search index...

    Interface BRepGraphDumpFace (Models.OCCT)

    A face as it appears in a full structural dump: its index, its wires, its surface, and its orientation.

    interface BRepGraphDumpFace {
        index: number;
        uid: number;
        surfaceType: BRepGraphSurfaceType;
        shells: number[];
        edges: number[];
    }
    Index

    Properties

    index: number
    uid: number
    shells: number[]
    edges: number[]