Bitbybit Docs
    Preparing search index...

    Interface BRepGraphWireInfoResult

    interface BRepGraphWireInfoResult {
        ok: boolean;
        error?: string;
        wires: BRepGraphWire[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: boolean
    error?: string
    wires: BRepGraphWire[]