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

    Type Parameters

    • T
    Index

    Constructors

    Properties

    type: string

    Type of the object being configured

    name: string

    Default name of the object

    Original inputs

    compound?: T

    Compounded shape representation of all of the geometric objects of the building

    All the shapes of the building

    Representation of zen hideout parts that are useful for drawing the object efficiently

    sandwitchPartsBetweenColumns?: SandwitchPart<T>[]

    Sandwitch parts that have inner and outer panels, can have windows and doors

    cornerParts?: CornerPart<T>[]

    Corner part panels forming 90 degree angle

    columnParts?: ColumnPart<T>[]

    Column parts of the building

    roofParts?: RoofPart<T>[]

    Roof parts of the building. Contain all the upper geometry, together with beams and columns.

    entranceCorner?: CornerEntrancePart<T>

    Entrance corner part of the building, containing interior and exterior panels, staircase, and a corner window part

    entranceTerrace?: CornerEntrancePart<T>

    Terrace corner of the building, containing interior and exterior panels, staircase, and a corner window part

    floors?: FloorPart<T>[]

    Floor parts of the building

    ceilings?: CeilingPart<T>[]

    Ceiling parts of the building