Bitbybit Docs
    Preparing search index...

    Interface BRepGraphResult (Models.OCCT)

    The base shape every boundary-representation query returns: whether it succeeded, and the error if it did not. Check ok before reading the rest - a failed query still returns an object rather than throwing, so that a batch of queries can report per-item failures.

    interface BRepGraphResult {
        ok: boolean;
        error?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: boolean
    error?: string