Bitbybit Docs
    Preparing search index...

    Type Alias TDocStdDocumentPointer (Inputs.OCCT)

    A handle to an OpenCascade document - the container used for assemblies, holding a shape hierarchy along with names, colours and placements. This is what STEP assembly import and export work against, as opposed to a single loose shape.

    type TDocStdDocumentPointer = {
        hash: number;
        type: "occ-entity";
    }
    Index

    Properties

    Properties

    hash: number
    type: "occ-entity"