Bitbybit Docs
    Preparing search index...

    Class CreateAssemblyNodeDto (Inputs.OCCT)

    An assembly node definition for assembly.manager.createAssemblyNode: a container that groups instances and other assemblies.

    Index

    Constructors

    Properties

    id: string

    The id child nodes refer to this assembly by; it must be unique among the nodes.

    undefined
    
    name: string

    The name of the assembly, written into STEP files and shown by viewers.

    undefined
    
    parentId?: string

    The id of the assembly this one sits in; leave it out for a root.

    undefined
    

    true

    colorRgba?: ColorRGBA

    A color for the assembly as { r, g, b, a } with every channel from 0 to 1.

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

    0

    1

    A placement for the whole group as a column-major 4x4 matrix, or a list of them applied first to last.

    undefined
    

    true