Bitbybit Docs
    Preparing search index...

    Interface BRepGraphWire (Models.OCCT)

    One wire: its edges, whether it is closed, and its length. A face's outer wire is its boundary; any others are its holes.

    interface BRepGraphWire {
        index: number;
        closed: boolean;
        outer: boolean;
        nbCoEdges: number;
        nbDistinctEdges: number;
        face: number;
    }
    Index

    Properties

    index: number
    closed: boolean
    outer: boolean
    nbCoEdges: number
    nbDistinctEdges: number
    face: number