bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Interface DocumentPartInfo

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

    Properties

    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?: ColorRGBA

    Color if set

    instanceCount: number

    Number of instances that reference this part/assembly