Bitbybit Docs
    Bereite Suchindex vor...

    Schnittstelle AssemblyPartDef<T> (Models.OCCT)

    Part definition for assembly structure. Represents a shape that can be instanced multiple times.

    interface AssemblyPartDef<T> {
        id: string;
        shape: T;
        name: string;
        colorRgba?: any;
    }

    Typenparameter

    • T
    Index

    Eigenschaften

    Eigenschaften

    id: string

    Unique identifier for referencing this part

    shape: T

    The shape for this part

    name: string

    Display name for the part

    colorRgba?: any

    Optional color for the part