Bitbybit Docs
    Bereite Suchindex vor...

    Typenalias TDocStdDocumentPointer (Inputs.OCCT)

    A handle to an OpenCascade document - the container used for assemblies, holding a shape hierarchy along with names, colors 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

    Eigenschaften

    Eigenschaften

    hash: number
    type: "occ-entity"