Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle DocumentPartInfo (Models.OCCT)

    Part/assembly definition info returned from getDocumentParts. This returns the original definitions (prototypes), not instances.

    interface DocumentPartInfo {
        label: string;
        name: string;
        type: string;
        isFree: boolean;
        color?: any;
        instanceCount: number;
    }
    Index

    Eigenschaften

    label: string

    Label entry string (e.g., "0:1:1:2")

    name: string

    Part/assembly name

    type: string

    Type: "part", "assembly", "sub-assembly", "compound", or "unknown"

    isFree: boolean

    Whether this is a free (root-level) shape

    color?: any

    Color if set

    instanceCount: number

    Number of instances that reference this part/assembly