Bitbybit Docs
    Preparing search index...

    Class WingtipVillaData<T> (Things.KidsCorner.BirdHouses.WingtipVilla)

    What building the Wingtip Villa birdhouse returns: a type tag, the model name, the exact inputs it was built from, and the resulting shapes. Keeping the inputs alongside the geometry is what lets a configurator rebuild or re-price an order later from the result alone.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    type: string
    name: string
    compound?: T
    roof: { compound: T; shapes: T[] }
    walls: { compound: T; shapes: T[] }
    stick: { shape: T }
    floor: { shape: T }
    chimney: { shape: T }
    basicPoints: { kind: string; point: Point3 }[]