Bitbybit Docs
    Preparing search index...

    Type Alias TopoDSFacePointer (Inputs.OCCT)

    A face: a bounded region of a surface, outlined by wires. Extrude, revolve or loft a face to get a solid.

    A handle to a shape living inside the OpenCascade kernel, not the geometry itself. The kernel runs as WebAssembly with its own memory, so what crosses back into JavaScript is this small reference; pass it to the next operation to keep building. It cannot be inspected or edited directly - use the shapes and query APIs for that - and it stays valid until the kernel's cache is cleared.

    type TopoDSFacePointer = {
        hash: number;
        type: "occ-shape";
    }
    Index

    Properties

    Properties

    hash: number
    type: "occ-shape"