Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle 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

    Eigenschaften

    Eigenschaften

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