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

    Class CreateAssemblyPartDto<T>

    DTO for creating a single assembly part definition. Use this in visual programming to define a part that can be instanced.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    id: string

    Unique identifier for referencing this part in nodes

    undefined
    
    shape: T

    The shape for this part

    undefined
    
    name: string

    Display name for the part (appears in STEP file and viewers)

    undefined
    
    colorRgba?: ColorRGBA

    Optional color for the part (RGBA, values 0-1)

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

    0

    1