bitbybit.dev v1.0.2
    Preparing search index...

    Interface AssemblyLoadedPartDef

    interface AssemblyLoadedPartDef {
        id: string;
        sourceDocumentIndex: number;
        sourceLabel?: string;
        name?: string;
        colorRgba?: ColorRGBA;
    }
    Index

    Properties

    id: string

    Unique identifier for referencing this part from instance nodes (via partId)

    sourceDocumentIndex: number

    Index into the sourceDocuments array passed to buildAssemblyDocument

    sourceLabel?: string

    OCAF entry string of the label to copy from the source document (e.g. "0:1:1:1"). If omitted, all free shapes of the source document

    name?: string
    colorRgba?: ColorRGBA