Bitbybit Docs
    Preparing search index...

    Class CreateAssemblyNodeDto

    DTO for creating an assembly node (container for other nodes). Assembly nodes group instances and other assemblies together.

    Index

    Constructors

    Properties

    id: string

    Unique identifier for this assembly node

    undefined
    
    name: string

    Display name for the assembly

    undefined
    
    parentId?: string

    Parent node ID. Leave undefined for root level assembly.

    undefined
    
    colorRgba?: ColorRGBA

    Optional color for the assembly

    {"r":0.5,"g":0.5,"b":0.5,"a":1}
    

    0

    1

    Optional placement matrix (column-major, 16 numbers) or an ordered list of matrices applied first-to-last. When provided it fully defines the node's placement and takes precedence over any translation/rotation/scale.

    undefined