Bitbybit Docs
    Preparing search index...

    Interface BRepGraphFaceInfoResult

    interface BRepGraphFaceInfoResult {
        ok: boolean;
        error?: string;
        faces: BRepGraphFaceGeometry[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: boolean
    error?: string