Bitbybit Docs
    Preparing search index...

    Interface BRepGraphIssue (Models.OCCT)

    One problem found while validating a shape, with its kind, severity and the node it concerns.

    interface BRepGraphIssue {
        severity: "error" | "warning";
        node: BRepGraphNodeRef;
        description: string;
    }
    Index

    Properties

    severity: "error" | "warning"
    description: string