Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle 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

    Eigenschaften

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