Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle ShellDebugInfo (Models.OCCT)

    Introspection of a shell: face/edge counts, total surface area, plus per-face debug info (flat).

    interface ShellDebugInfo {
        valid: boolean;
        nbFaces: number;
        nbEdges: number;
        area: number;
        faces: FaceDebugInfo[];
    }
    Index

    Eigenschaften

    valid: boolean
    nbFaces: number
    nbEdges: number
    area: number
    faces: FaceDebugInfo[]